diff options
| author | alex-ds13 <145657253+alex-ds13@users.noreply.github.com> | 2025-12-06 13:55:06 +0000 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-12-30 18:36:11 +0100 |
| commit | 9be486dd3f1f310e18bd400fb78257ab587e92e8 (patch) | |
| tree | 0ec6dfe0b28bc0c78f9b190564eb1779568d14a2 /src/lib.rs | |
| parent | fix(selectable): prevent clash with other's custom operations (diff) | |
| download | iced_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.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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")] |
