mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
expanded comment
This commit is contained in:
parent
661f5f2adc
commit
0cb6af04fd
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ impl<'a> EdModel<'a> {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO delete
|
// TODO delete once we use `GridNodeMap` for everything that now uses `CodeLines`.
|
||||||
// disregards EdModel.code_lines because the caller knows the resulting caret position will be valid.
|
// disregards EdModel.code_lines because the caller knows the resulting caret position will be valid.
|
||||||
// allows us to prevent multiple updates to EdModel.code_lines
|
// allows us to prevent multiple updates to EdModel.code_lines
|
||||||
pub fn simple_move_carets_right(&mut self) {
|
pub fn simple_move_carets_right(&mut self) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue