perf(puzzle): optimize undo logic and dragging performance
This commit is contained in:
@@ -44,6 +44,7 @@ export function useNonogram() {
|
||||
};
|
||||
|
||||
const stopDrag = () => {
|
||||
store.endInteraction();
|
||||
isDragging.value = false;
|
||||
dragMode.value = null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user