mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: regression with deleting a class property
This commit is contained in:
@@ -413,7 +413,7 @@
|
||||
e
|
||||
(property-custom-context-menu-content block
|
||||
property
|
||||
{:class-schema? (some-> target (.getAttribute "data-class-schema") (= "true"))}))))
|
||||
{:class-schema? (some-> property-el (.getAttribute "data-class-schema") (= "true"))}))))
|
||||
|
||||
page
|
||||
(do
|
||||
|
||||
Reference in New Issue
Block a user