label
This commit is contained in:
parent
6f578f0747
commit
61b57827e3
@ -326,7 +326,7 @@ class Vbox extends preact.Component {
|
|||||||
const invObject = shapes[v] ? shapes[v]() : v;
|
const invObject = shapes[v] ? shapes[v]() : v;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div draggable="true">
|
<label draggable="true">
|
||||||
<button
|
<button
|
||||||
class={classes}
|
class={classes}
|
||||||
onMouseOver={e => vboxHover(e, v)}
|
onMouseOver={e => vboxHover(e, v)}
|
||||||
@ -334,7 +334,7 @@ class Vbox extends preact.Component {
|
|||||||
onMouseDown={onClick}>
|
onMouseDown={onClick}>
|
||||||
{invObject}
|
{invObject}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</label>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user