mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[DE] added base class method
This commit is contained in:
@ -984,6 +984,10 @@ define([
|
||||
return [];
|
||||
},
|
||||
|
||||
getDefaultFocusableComponent: function() {
|
||||
return undefined;
|
||||
},
|
||||
|
||||
cancelButtonText: 'Cancel',
|
||||
okButtonText: 'OK',
|
||||
yesButtonText: 'Yes',
|
||||
|
||||
Reference in New Issue
Block a user