fix: regression with deleting a class property

pull/10016/head
Gabriel Horner 2023-08-14 12:14:37 -04:00
parent 3a3ab5a6a4
commit 85c14ad13a
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@
e e
(property-custom-context-menu-content block (property-custom-context-menu-content block
property property
{:class-schema? (some-> target (.getAttribute "data-class-schema") (= "true"))})))) {:class-schema? (some-> property-el (.getAttribute "data-class-schema") (= "true"))}))))
page page
(do (do