perf(puzzle): optimize undo logic and dragging performance

This commit is contained in:
2026-02-11 05:22:32 +01:00
parent 585d615360
commit 9b959e77b0
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;
};