Merge remote-tracking branch 'remotes/origin/master' into worker
Conflicts: lib/ace/css/editor.css
This commit is contained in:
commit
cbfb690a2e
170 changed files with 8597 additions and 4188 deletions
|
|
@ -61,7 +61,7 @@ function GutterHandler(mouseHandler) {
|
|||
var tooltipTimeout, mouseEvent, tooltip, tooltipAnnotation;
|
||||
function createTooltip() {
|
||||
tooltip = dom.createElement("div");
|
||||
tooltip.className = "ace_gutter_tooltip";
|
||||
tooltip.className = "ace_gutter-tooltip";
|
||||
tooltip.style.maxWidth = "500px";
|
||||
tooltip.style.display = "none";
|
||||
editor.container.appendChild(tooltip);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue