Properly show corner cursors

main
kts of kettek 2024-04-12 23:15:49 -07:00
parent 1544b6ef09
commit 66c2564ca5
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@
function stop(e: MouseEvent) {
resizing = false
dragging = false
node.style.cursor = 'auto'
}
function move(e: MouseEvent) {
if (!dragging) return