This commit is contained in:
Nikita Khromov
2025-07-29 18:12:20 +07:00
parent 75870ced80
commit 2124bbd14e

View File

@ -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;
};
/**