mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +01:00
Address editor regression.
This commit is contained in:
parent
506797b8a7
commit
6304d24b2c
@ -30,6 +30,7 @@ class MultilineTextEditor extends Events {
|
|||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
this._topic = null;
|
this._topic = null;
|
||||||
|
this._containerElem = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static _buildEditor() {
|
private static _buildEditor() {
|
||||||
|
Loading…
Reference in New Issue
Block a user