fix(app): auto-scroll behaviors
This commit is contained in:
parent
4486174e43
commit
7ce0520f8d
4 changed files with 131 additions and 408 deletions
|
|
@ -3,7 +3,7 @@ import { AsyncStorage, SyncStorage } from "@solid-primitives/storage"
|
|||
|
||||
export type Platform = {
|
||||
/** Platform discriminator */
|
||||
platform: "web" | "tauri"
|
||||
platform: "web" | "desktop"
|
||||
|
||||
/** App version */
|
||||
version?: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue