Skip to content

Commit

Permalink
fix: adjust scroll range
Browse files Browse the repository at this point in the history
Adjust the scrolling range to avoid incomplete display due to full
  • Loading branch information
Borber committed Jun 28, 2024
1 parent 4e5604f commit dd3440e
Show file tree
Hide file tree
Showing 4 changed files with 356 additions and 532 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-beta.17",
"@types/node": "^20.14.6",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^9.5.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-solid": "^0.14.0",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"eslint-plugin-solid": "^0.14.1",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vite-plugin-solid": "^2.10.2"
}
}
Loading

0 comments on commit dd3440e

Please sign in to comment.