Add comment
This commit is contained in:
parent
438f0b4d97
commit
23684c982e
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ import type { RelativePath } from "../persistence/database";
|
|||
|
||||
export interface Cursor {
|
||||
id: number;
|
||||
|
||||
/// The character position is the index of the character in the text where the text lines are separated by '\n' new line character even if the actual text uses different line endings.
|
||||
characterPosition: number;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue