mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-27 09:22:33 +08:00
SynchronizeTip: added close method.
This commit is contained in:
@ -98,6 +98,10 @@ define([
|
||||
if (this.cmpEl) this.cmpEl.hide();
|
||||
},
|
||||
|
||||
close: function() {
|
||||
if (this.cmpEl) this.cmpEl.remove();
|
||||
},
|
||||
|
||||
applyPlacement: function () {
|
||||
var showxy = this.target.offset();
|
||||
if (this.placement == 'top')
|
||||
|
||||
Reference in New Issue
Block a user