Commit 4f1eb1b5 authored by GoshaZotov's avatar GoshaZotov

fix bug 34339

parent cfea6ca4
......@@ -90,6 +90,7 @@
this.wrap = true;
this.fill = true;
this.angle = true;
this.hyperlink = true;
this.format = true;
this.formatTable = true;
......@@ -121,6 +122,7 @@
this.wrap = true;
this.fill = true;
this.angle = true;
this.hyperlink = true;
this.format = true;
this.formatTable = true;
......@@ -147,6 +149,7 @@
this.wrap = null;
this.fill = null;
this.angle = null;
this.hyperlink = null;
this.format = null;
this.formatTable = null;
......
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