mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 08:39:30 +08:00
[SSE] Show warning when paste external data
This commit is contained in:
@ -589,9 +589,7 @@ define([
|
||||
},
|
||||
|
||||
onNeedUpdateExternalReference: function() {
|
||||
var val = Common.localStorage.getBool("sse-hide-add-external-warn");
|
||||
!val && Common.NotificationCenter.trigger('showmessage', {msg: this.textAddExternalData});
|
||||
Common.localStorage.setBool("sse-hide-add-external-warn", true);
|
||||
Common.NotificationCenter.trigger('showmessage', {msg: this.textAddExternalData});
|
||||
},
|
||||
|
||||
onWorksheetLocked: function(index,locked) {
|
||||
|
||||
Reference in New Issue
Block a user