disable store drag
This commit is contained in:
parent
e702e3fdd1
commit
024637c65d
@ -46,8 +46,7 @@ function storeElement(props) {
|
||||
const vboxObject = shapes[v] ? shapes[v]() : v;
|
||||
const disabled = vbox.bits <= group;
|
||||
return (
|
||||
<label draggable='true'
|
||||
onDragStart={ev => ev.dataTransfer.setData('text', '')}
|
||||
<label
|
||||
key={group * 10 + index}
|
||||
onDragEnd={clearVboxSelected}>
|
||||
<button
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user