mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-22 14:09:30 -07:00
fix(gallery.ts): solve circular dependency in mobile view
This commit is contained in:
3
assets/ts/mobile/mounted.ts
Normal file
3
assets/ts/mobile/mounted.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { Watchable } from '../utils'
|
||||
|
||||
export const mounted = new Watchable<boolean>(false)
|
||||
Reference in New Issue
Block a user