Skip to content

Commit 86a79aa

Browse files
committed
fix big oops
1 parent 7d39ddc commit 86a79aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/nogan/nogan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ export const moveCell = (
937937
const cell = getCell(nogan, id)
938938
if (!cell) throw new Error(`Couldn't find cell ${id} to move`)
939939
cell.position = position
940-
// clearCache(nogan)
940+
clearCache(nogan)
941941

942942
const movedOperation = c({ type: "moved", id, position })
943943

0 commit comments

Comments
 (0)