perf(puzzle): optimize undo logic and dragging performance

This commit is contained in:
2026-02-11 05:22:32 +01:00
parent 764763016b
commit 9b869bdb5f
2 changed files with 65 additions and 14 deletions

View File

@@ -44,6 +44,7 @@ export function useNonogram() {
};
const stopDrag = () => {
store.endInteraction();
isDragging.value = false;
dragMode.value = null;
};