fix(app): auto-scroll behaviors
This commit is contained in:
parent
4486174e43
commit
7ce0520f8d
4 changed files with 131 additions and 408 deletions
|
|
@ -27,7 +27,7 @@ if (import.meta.env.DEV && !(root instanceof HTMLElement)) {
|
|||
let update: Update | null = null
|
||||
|
||||
const platform: Platform = {
|
||||
platform: "tauri",
|
||||
platform: "desktop",
|
||||
version: pkg.version,
|
||||
|
||||
async openDirectoryPickerDialog(opts) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue