From 9be486dd3f1f310e18bd400fb78257ab587e92e8 Mon Sep 17 00:00:00 2001 From: alex-ds13 <145657253+alex-ds13@users.noreply.github.com> Date: Sat, 6 Dec 2025 13:55:06 +0000 Subject: 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. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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")] -- cgit v1.2.3