mirror of
https://github.com/edu4rdshl/Strata.git
synced 2026-07-18 07:34:45 +00:00
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> |
||
|---|---|---|
| .. | ||
| clipboardItem.js | ||
| panel.js | ||