combiner fix
This commit is contained in:
parent
a2a251904f
commit
4a67cab2b3
@ -329,7 +329,9 @@ class Vbox extends preact.Component {
|
||||
<label
|
||||
draggable='true'
|
||||
onDragStart={ev => ev.dataTransfer.setData('text', '')}
|
||||
onDragEnd={() => combinerChange([])}>
|
||||
onDragEnd={() => {
|
||||
if (combiner.length === 1) combinerChange([]);
|
||||
}}>
|
||||
<button
|
||||
class={classes}
|
||||
onMouseOver={e => vboxHover(e, v)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user