mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Add code for run macros
This commit is contained in:
@ -657,7 +657,7 @@ define([], function () {
|
||||
this.listFunctions && this.listFunctions.deselectAll();
|
||||
},
|
||||
onRunMacros: function() {
|
||||
console.log('Run');
|
||||
this.api.callCommand(this._state.currentValue);
|
||||
},
|
||||
onMakeAutostartMacros: function() {
|
||||
if(!this._state.macrosItemMenuOpen) return;
|
||||
|
||||
Reference in New Issue
Block a user