Harden lint validation and browser shims

This commit is contained in:
vorotamoroz
2026-07-18 17:21:43 +00:00
parent 81d27a932f
commit ff01ca551a
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { promiseWithResolver, type PromiseWithResolvers } from "octagonal-wheels/promises";
import { promiseWithResolvers, type PromiseWithResolvers } from "octagonal-wheels/promises";
import { mount } from "svelte";
import MenuView from "./ui/MenuView.svelte";
import { _activeDocument } from "@vrtmrz/livesync-commonlib/compat/common/coreEnvFunctions";
@@ -45,7 +45,7 @@ export class Menu {
if (this.waitingForClose) {
this.waitingForClose.resolve();
}
this.waitingForClose = promiseWithResolver<void>();
this.waitingForClose = promiseWithResolvers<void>();
mount(MenuView, {
target: el,
props: {