Skip to content

Commit

Permalink
fix: the cursor is displayed incorrectly in the presence of bg color (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs committed May 14, 2024
1 parent 8f8e80d commit 84620d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const ID_LENGTH = 6;
const BLINK_ON = 500;
const BLINK_OFF = 500;

export const TEXT_RANGE_LAYER_INDEX = 1;
export const TEXT_RANGE_LAYER_INDEX = 3;

export function cursorConvertToTextRange(
scene: Scene,
Expand Down

0 comments on commit 84620d4

Please sign in to comment.