rework of update mechanism and noaction message support for faster clicks on modal
This commit is contained in:
@@ -95,5 +95,5 @@ class View:
|
||||
return h("div.modal", {}, [
|
||||
h("input", { "props": {"type": "checkbox", "checked": modal_shown} }, ""),
|
||||
h("label.overlay", {}, ""),
|
||||
h("article", {"on": { "click": msg(NoReset) }}, modal())])
|
||||
h("article", {"on": { "click": msg(NoAction) }}, modal())])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user