Process copy markup when card creating (#10149)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-10-25 11:33:12 +05:00
committed by GitHub
parent d952aa15b6
commit 6f5740fba2
11 changed files with 492 additions and 428 deletions
@@ -59,7 +59,7 @@
}
function getKeys (_class: Ref<Class<MasterTag>>): AnyAttribute[] {
const ignoreKeys = ['_class', 'content', 'parent', 'attachments', 'todos']
const ignoreKeys = ['_class', 'parent', 'attachments', 'todos']
const attributes = hierarchy.getAllAttributes(_class, core.class.Doc)
const res: AnyAttribute[] = []
for (const [key, attr] of attributes) {