Skip to content
Snippets Groups Projects
Commit c0d3fb77 authored by David Bühler's avatar David Bühler
Browse files

[ivette] ASTview: fixes marker hover when the mouse leaves the AST view.

parent 7218e95f
No related branches found
No related tags found
No related merge requests found
......@@ -484,6 +484,7 @@ class CodeMirrorWrapper extends React.Component<TextProps> {
onFocus={this.onFocus}
onScroll={this.onScroll}
onMouseMove={this.onMouseMove}
onMouseLeave={this.onMouseMove}
/>
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment