Skip to content

Commit

Permalink
add note for #2465
Browse files Browse the repository at this point in the history
  • Loading branch information
jancimertel committed Jan 13, 2025
1 parent 3e8bd8e commit d20abd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/annotator/src/lib/Keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,9 @@ export default class Keys {
area[0].yLine - this.viewport.lineStart
);
}
} else if (this.text.mode === EditMode.SEMI) {
// TODO https://github.com/DISSINET/InkVisitor/issues/2193
// needs to translate selection bounds to absolute bounds...
}
} else if (e.key === "a") {
this.cursor.selectStart = {
Expand Down

0 comments on commit d20abd6

Please sign in to comment.