mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-01 20:12:57 +00:00
Fixed:
- Freezing LiveSync on mobile devices.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { PouchDB } from "../pouchdb-browser-webpack/dist/pouchdb-browser.js";
|
||||
console.dir(PouchDB)
|
||||
export { PouchDB };
|
||||
import { PouchDB as PouchDB_ } from "../pouchdb-browser-webpack/dist/pouchdb-browser.js";
|
||||
|
||||
const Pouch: PouchDB.Static = PouchDB_;
|
||||
export { Pouch as PouchDB };
|
||||
|
||||
Reference in New Issue
Block a user