aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoralex-ds13 <145657253+alex-ds13@users.noreply.github.com>2025-12-06 13:55:06 +0000
committerPolesznyák Márk <contact@pml68.dev>2025-12-30 18:36:11 +0100
commit9be486dd3f1f310e18bd400fb78257ab587e92e8 (patch)
tree0ec6dfe0b28bc0c78f9b190564eb1779568d14a2 /src/lib.rs
parentfix(selectable): prevent clash with other's custom operations (diff)
downloadiced_selection-9be486dd3f1f310e18bd400fb78257ab587e92e8.tar.gz
fix(examples): add selectable to examples
- Adds the `selectable` to the rich and markdown examples. - Remove debug code from name example and make it simpler without the `selectable` so users know that the `selectable` is optional.
Diffstat (limited to '')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d108c17..5707b98 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -11,6 +11,7 @@ pub mod selection;
pub mod text;
use core::Element;
+
use iced_widget::core;
use iced_widget::graphics::text::Paragraph;
#[cfg(feature = "markdown")]