Commit 4257e4ce authored by pythongosssss's avatar pythongosssss
Browse files

tidy

parent 76f4d65d
......@@ -152,7 +152,7 @@ function addMultilineWidget(node, name, opts, app) {
if (!(MultilineSymbol in node)) {
node[MultilineSymbol] = true;
const onResize = node.onResize;
node.onResize = function (size) {
computeSize(size);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment