Tidy up ace tooltip styling

This commit is contained in:
Nick O'Leary
2018-10-19 10:42:39 +01:00
parent b2516117f5
commit 9751089807
2 changed files with 10 additions and 1 deletions

View File

@@ -2151,7 +2151,8 @@ RED.editor = (function() {
} else {
editor.setOptions({
enableBasicAutocompletion:true,
enableSnippets:true
enableSnippets:true,
tooltipFollowsMouse: false
});
}
if (options.readOnly) {