Fixed Bug 57701 - Client.HotKeys. Fixed the creation of the document

This commit is contained in:
Nikita Gopienko 2022-06-21 16:49:30 +03:00
parent 8ad241fc6d
commit fa3b7003ba

View File

@ -156,7 +156,7 @@ const withHotkeys = (Component) => {
useHotkeys(
"Shift+d",
() => setAction({ type: FileAction.Create, extension: "docx", id: -1 }),
hotkeysFilter
{ ...hotkeysFilter, ...{ keyup: true } }
);
//Crete spreadsheet