mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[common] refactoring for components
This commit is contained in:
@ -335,10 +335,10 @@ define([
|
||||
this.setElement(parentEl, false);
|
||||
parentEl.html(this.cmpEl);
|
||||
} else {
|
||||
$(this.el).html(this.cmpEl);
|
||||
this.$el.html(this.cmpEl);
|
||||
}
|
||||
} else {
|
||||
this.cmpEl = $(this.el);
|
||||
this.cmpEl = this.$el;
|
||||
}
|
||||
|
||||
me.rendered = true;
|
||||
|
||||
Reference in New Issue
Block a user