Skip to content

Commit

Permalink
deploy: 29c1365
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jul 18, 2024
1 parent 2b1505c commit 2f18413
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
16 changes: 10 additions & 6 deletions assets/index-GL9krXpV.js → assets/index-B_gmpSfJ.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ var Encoding;
Encoding2["UTF16"] = "utf16";
})(Encoding || (Encoding = {}));
const Filesystem = registerPlugin$1("Filesystem", {
web: () => __vitePreload(() => import("./web-DSFZ-96h.js"), true ? [] : void 0).then((m2) => new m2.FilesystemWeb())
web: () => __vitePreload(() => import("./web-DhwNJ9UZ.js"), true ? [] : void 0).then((m2) => new m2.FilesystemWeb())
});
/*! Capacitor: https://capacitorjs.com/ - MIT License */
const createCapacitorPlatforms = (win) => {
Expand Down Expand Up @@ -1181,7 +1181,7 @@ registerPlugin("CapacitorHttp", {
web: () => new CapacitorHttpPluginWeb2()
});
const Preferences = registerPlugin("Preferences", {
web: () => __vitePreload(() => import("./web-DWm8f35Z.js"), true ? [] : void 0).then((m2) => new m2.PreferencesWeb())
web: () => __vitePreload(() => import("./web-YuNlPegN.js"), true ? [] : void 0).then((m2) => new m2.PreferencesWeb())
});
function promisifyRequest(request) {
return new Promise((resolve2, reject) => {
Expand Down Expand Up @@ -131103,6 +131103,9 @@ async function refresh({
});
for (const id2 of selection2) {
const pathObject = pathObjects.find((item2) => item2.id === id2);
if (!pathObject) {
continue;
}
const previousState = items.find(
(item2) => item2.id === pathObject.id
);
Expand Down Expand Up @@ -131142,9 +131145,6 @@ async function refresh({
setItem(id2, _update);
}
});
} catch (error5) {
window.alert(error5);
setIsLoading(false);
} finally {
setIsLoading(false);
}
Expand Down Expand Up @@ -144172,7 +144172,11 @@ init();
registerFormatType(tagFormat.name, tagFormat);
setDefaultBlockName$1("core/paragraph");
async function getSelectedFolderURL() {
const directoryHandle = await get$3("directoryHandle");
let directoryHandle;
try {
directoryHandle = await get$3("directoryHandle");
} catch (e2) {
}
if (directoryHandle) {
return directoryHandle;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/web-DSFZ-96h.js → assets/web-DhwNJ9UZ.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { W as WebPlugin, E as Encoding } from "./index-GL9krXpV.js";
import { W as WebPlugin, E as Encoding } from "./index-B_gmpSfJ.js";
function resolve(path) {
const posix = path.split("/").filter((item) => item !== ".");
const newPosix = [];
Expand Down
2 changes: 1 addition & 1 deletion assets/web-DWm8f35Z.js → assets/web-YuNlPegN.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { a as WebPlugin } from "./index-GL9krXpV.js";
import { a as WebPlugin } from "./index-B_gmpSfJ.js";
class PreferencesWeb extends WebPlugin {
constructor() {
super(...arguments);
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="icon" href="/assets/android-chrome-192x192-Du3u38rl.png" sizes="192x192" />
<link rel="apple-touch-icon" href="/assets/apple-touch-icon-Bi5UWSX_.png" />
<meta name="theme-color" content="#fff" />
<script type="module" crossorigin src="/assets/index-GL9krXpV.js"></script>
<script type="module" crossorigin src="/assets/index-B_gmpSfJ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DyvJo6T7.css">
</head>
<body>
Expand Down

0 comments on commit 2f18413

Please sign in to comment.