chore: bump to 1.0.26 and allow graph zoom down to 10%

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-07-15 11:42:33 +08:00
parent e731ddb1c0
commit 8d73f7744e
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -615,6 +615,7 @@ function SceneGraphCanvas({
onDrop={onDrop} onDrop={onDrop}
panOnScroll panOnScroll
selectionOnDrag={false} selectionOnDrag={false}
minZoom={0.1}
deleteKeyCode={['Backspace', 'Delete']} deleteKeyCode={['Backspace', 'Delete']}
proOptions={{ hideAttribution: true }} proOptions={{ hideAttribution: true }}
> >
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "TTRPGPlayer", "name": "TTRPGPlayer",
"version": "1.0.25", "version": "1.0.26",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "TTRPGPlayer", "name": "TTRPGPlayer",
"version": "1.0.25", "version": "1.0.26",
"hasInstallScript": true, "hasInstallScript": true,
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "TTRPGPlayer", "name": "TTRPGPlayer",
"version": "1.0.25", "version": "1.0.26",
"description": "TTRPG Player — редактор и проигрыватель НРИ", "description": "TTRPG Player — редактор и проигрыватель НРИ",
"main": "dist/main/index.cjs", "main": "dist/main/index.cjs",
"scripts": { "scripts": {