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;
|
||||
|
||||
return (
|
||||
<div draggable="true">
|
||||
<label draggable="true">
|
||||
<button
|
||||
class={classes}
|
||||
onMouseOver={e => vboxHover(e, v)}
|
||||
@ -334,7 +334,7 @@ class Vbox extends preact.Component {
|
||||
onMouseDown={onClick}>
|
||||
{invObject}
|
||||
</button>
|
||||
</div>
|
||||
</label>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user