popup-menu

This commit is contained in:
2026-04-07 23:47:02 +02:00
parent 27c2ae89da
commit 99c7cc6c28

View File

@@ -542,7 +542,7 @@
(-> wv-win? is-wv-menu? number? number? symbol?)
(let* ((json (wv-menu->json menu))
(js (string-append "window._web_wire_popup_menu(JSON.parse('"
json "', " (format "~a, ~a" x y)
json "'), " (format "~a, ~a" x y)
");"))
)
(webview-run-js wv js)))