diff options
Diffstat (limited to '')
| -rw-r--r-- | src/widget.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/widget.rs b/src/widget.rs index e2b0537e..948456d3 100644 --- a/src/widget.rs +++ b/src/widget.rs @@ -124,7 +124,7 @@ pub mod text_input {      //! Display fields that can be filled with text.      pub use iced_native::widget::text_input::{          focus, move_cursor_to, move_cursor_to_end, move_cursor_to_front, -        select_all, Appearance, Id, StyleSheet, +        select_all, Appearance, Handle, HandlePosition, Id, StyleSheet,      };      /// A field that can be filled with text. | 
