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 vboxObject = shapes[v] ? shapes[v]() : v;
|
||||||
const disabled = vbox.bits <= group;
|
const disabled = vbox.bits <= group;
|
||||||
return (
|
return (
|
||||||
<label draggable='true'
|
<label
|
||||||
onDragStart={ev => ev.dataTransfer.setData('text', '')}
|
|
||||||
key={group * 10 + index}
|
key={group * 10 + index}
|
||||||
onDragEnd={clearVboxSelected}>
|
onDragEnd={clearVboxSelected}>
|
||||||
<button
|
<button
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user