feat: HasSelectableText impl to TextEditor

This commit is contained in:
Hojjat 2026-05-19 19:36:22 -06:00 committed by Michael Murphy
parent 2e1e4bd6e0
commit a7ca336eb4
3 changed files with 131 additions and 1 deletions

View file

@ -78,6 +78,8 @@ pub enum Action {
SelectLine,
/// Select the entire buffer.
SelectAll,
/// Clear the selection
ClearSelection,
/// Perform an [`Edit`].
Edit(Edit),
/// Click the [`Editor`] at the given [`Point`].