feat: add selectable() to Text
This commit is contained in:
parent
347d91f7ea
commit
251254ad51
9 changed files with 442 additions and 19 deletions
|
|
@ -459,6 +459,7 @@ where
|
|||
state.raw(),
|
||||
crate::text::Style {
|
||||
color: style.text_color,
|
||||
..crate::text::Style::default()
|
||||
},
|
||||
viewport,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue