Add move_to method to Editor
This commit is contained in:
parent
63e9eeffb5
commit
4428f31b4f
4 changed files with 295 additions and 258 deletions
|
|
@ -190,6 +190,8 @@ impl text::Editor for () {
|
|||
|
||||
fn perform(&mut self, _action: text::editor::Action) {}
|
||||
|
||||
fn move_to(&mut self, _cursor: text::editor::Cursor) {}
|
||||
|
||||
fn bounds(&self) -> Size {
|
||||
Size::ZERO
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue