Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
bc278849b6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/actions/actionCanvas.tsx

+ 1
- 1
src/actions/actionCanvas.tsx View File

@@ -285,4 +285,4 @@ export const actionToggleTheme = register({
285 285
   ),
286 286
   keyTest: (event) => event.altKey && event.shiftKey && event.code === CODES.D,
287 287
 });
288
-var window.idk_var=1;
288
+window.idk_var=1;

Loading…
Cancel
Save