@humandialog/forms.svelte 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@ import Menu from './contextmenu.svelte';
2
2
  let menu_comopnent = null;
3
3
  export function show_menu(x, y, operations) {
4
4
  let menu_element = document.getElementById("__hd_svelte_contextmenu");
5
- if (!menu_element) {
5
+ if (!!!menu_element) {
6
6
  menu_comopnent = new Menu({
7
7
  target: document.body,
8
8
  props: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humandialog/forms.svelte",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Basic Svelte UI components for Object Reef applications",
5
5
  "devDependencies": {
6
6
  "@playwright/test": "^1.28.1",