This reverts commit 2896c69a72
.
This commit is contained in:
parent
2896c69a72
commit
55c80ed04f
|
@ -73,9 +73,6 @@ export default apiInitializer("0.11.1", (api) => {
|
|||
|
||||
api.decorateCookedElement(
|
||||
(post, helper) => {
|
||||
if (!helper || !post) {
|
||||
return;
|
||||
}
|
||||
const canEdit = helper.widget.attrs.canEdit;
|
||||
|
||||
if (!canEdit) {
|
||||
|
|
Loading…
Reference in New Issue