Fix readonly for data editors (#3598)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-08-17 09:59:26 +06:00
committed by GitHub
parent 0bd0a50709
commit e0f831de4f
@@ -76,6 +76,7 @@
<svelte:component
this={editor}
readonly={isReadonly}
editable={!isReadonly}
disabled={isReadonly}
label={attribute?.label}
placeholder={attribute?.label}