Tags can now be added and removed

This commit is contained in:
Greg Burri 2025-01-04 22:43:20 +01:00
parent f8333651fd
commit 9b0fcec5e2
5 changed files with 142 additions and 36 deletions

View file

@ -35,6 +35,7 @@ web-sys = { version = "0.3", features = [
"HtmlTextAreaElement",
"HtmlSelectElement",
"HtmlDialogElement",
"KeyboardEvent",
] }
gloo = "0.11"