Update EditDoc layout (#2402)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2022-11-30 12:53:49 +07:00
committed by GitHub
parent 807a6f82b2
commit a8a8f80d62
16 changed files with 277 additions and 109 deletions
+1
View File
@@ -133,6 +133,7 @@ export interface AttributePresenter extends Class<Doc> {
*/
export interface ObjectEditor extends Class<Doc> {
editor: AnyComponent
pinned?: boolean
}
/**