Strata/strata@edu4rdshl.dev/ui
edu4rdshl 64d5bbfdc3 fix: avoid double-destroy in clearItems()
Each ClipboardItem widget is a direct child of _itemList.
destroy_all_children() already destroys all of them. Calling
widget.destroy() on each one beforehand triggered destruction twice on
the same actor, causing spurious warnings. Drop the forEach loop and
rely solely on destroy_all_children().

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-25 03:43:09 -05:00
..
clipboardItem.js Initial commit 2026-05-25 03:02:34 -05:00
panel.js fix: avoid double-destroy in clearItems() 2026-05-25 03:43:09 -05:00