Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ public CaretNode(String name, GenericStyledArea<?, ?, ?> area, SuspendableNo dep

this.getStyleClass().add("caret");
this.setManaged(false);
this.setMouseTransparent(true); // don't want the caret to be pickable, see iss 124

internalTextPosition = Var.newSimpleVar(startingPosition);
position = internalTextPosition.suspendable();
Expand Down