@dfosco/storyboard-react 3.3.1 → 3.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@dfosco/storyboard-react",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@dfosco/storyboard-core": "3.3.1",
6
+ "@dfosco/storyboard-core": "3.3.2",
7
7
  "@dfosco/tiny-canvas": "^1.1.0",
8
8
  "@neodrag/react": "^2.3.1",
9
9
  "glob": "^11.0.0",
@@ -292,6 +292,7 @@ export default function CanvasPage({ name }) {
292
292
  }
293
293
  function handleKeyUp(e) {
294
294
  if (e.key === ' ') {
295
+ e.preventDefault()
295
296
  setSpaceHeld(false)
296
297
  isPanning.current = false
297
298
  setPanningActive(false)