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