Skip to content

Commit

Permalink
Add a version of 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetsprague committed Feb 23, 2024
1 parent dd5cd67 commit d9a4788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "griffy-dev",
"version": "0.0.1",
"private": true,
"workspaces": [
"ui",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/GriffyPane.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
if (getSceneVersion($state.excalidrawElements) !== getSceneVersion(excalidrawElements)) {
activeBoard.requestChanges([{type: 'set-excalidraw', excalidrawElements, excalidrawState: appState}])
}
}, 3000)
}, 3000, { 'leading': true })
</script>
<div class="board" >
Expand Down

0 comments on commit d9a4788

Please sign in to comment.