Properly show corner cursors
parent
1544b6ef09
commit
66c2564ca5
|
@ -84,7 +84,6 @@
|
|||
function stop(e: MouseEvent) {
|
||||
resizing = false
|
||||
dragging = false
|
||||
node.style.cursor = 'auto'
|
||||
}
|
||||
function move(e: MouseEvent) {
|
||||
if (!dragging) return
|
||||
|
|
Loading…
Reference in New Issue