fix: unexpected/ missing props

This commit is contained in:
2024-11-21 17:05:06 +01:00
parent 5468766d87
commit d803f3d490
4 changed files with 52 additions and 57 deletions

View File

@@ -2,7 +2,7 @@
import { _ } from "svelte-i18n";
import { clickOutside } from "../base/outsideclick";
export let modal_open;
let modal_open = false;
(function () {
document.onkeydown = function (e) {
e = e || window.event;