Fix autosave on resize via Image > Attributes...

main
Isaiah Odhner 2019-12-07 13:35:37 -05:00
parent 80e7771051
commit 0663cf4b67
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
// Hook into some events that imply a change might have occured // Hook into some events that imply a change might have occured
$canvas.on("user-resized.ugly-hook", may_be_changed); $canvas_area.on("user-resized.ugly-hook", may_be_changed);
$canvas_area.on("pointerdown.ugly-hook", "*", (e, synthetic) => { $canvas_area.on("pointerdown.ugly-hook", "*", (e, synthetic) => {
debug_event(e, synthetic); debug_event(e, synthetic);