mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
fix dintenation
This commit is contained in:
parent
c3d62c5fa4
commit
432438a40d
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ domline.createDomLine = function(nonEmpty, doesWrap, optBrowser, optDocument)
|
|||
if (lineClass !== null) result.node.className = lineClass;
|
||||
hooks.callAll("acePostWriteDomLineHTML", {
|
||||
node: result.node
|
||||
});
|
||||
});
|
||||
}
|
||||
result.prepareForAdd = writeHTML;
|
||||
result.finishUpdate = writeHTML;
|
||||
|
|
Loading…
Reference in a new issue