summaryrefslogtreecommitdiff
path: root/iced_builder/src/lib.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-10-24 23:17:42 +0200
committerpml68 <contact@pml68.me>2024-10-24 23:17:42 +0200
commitf04dc01bf5400faa6876b402100037501e374807 (patch)
treed2f24b449c3f82a9f844ce35198bad351c2ca8af /iced_builder/src/lib.rs
parentfeat(actions): refactor match statement, add special case for containers (diff)
downloadiced-builder-f04dc01bf5400faa6876b402100037501e374807.tar.gz
feat: implement d&d for existing elements
Diffstat (limited to 'iced_builder/src/lib.rs')
-rw-r--r--iced_builder/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/iced_builder/src/lib.rs b/iced_builder/src/lib.rs
index 6de9ba8..420b14c 100644
--- a/iced_builder/src/lib.rs
+++ b/iced_builder/src/lib.rs
@@ -69,6 +69,7 @@ pub enum Message {
CopyCode,
SwitchPage(DesignerPage),
EditorAction(text_editor::Action),
+ RefreshEditorContent,
DropNewElement(ElementName, iced::Point, iced::Rectangle),
HandleNew(
ElementName,