mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
Fix bug #76143
This commit is contained in:
@ -12882,8 +12882,8 @@
|
||||
{
|
||||
let logicDocument = private_GetLogicDocument();
|
||||
logicDocument.RemoveSelection();
|
||||
this.Paragraph.SelectAll();
|
||||
this.Paragraph.Document_SetThisElementCurrent();
|
||||
this.Table.SelectAll();
|
||||
this.Table.Document_SetThisElementCurrent();
|
||||
return true;
|
||||
};
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user