This commit is contained in:
2026-02-27 17:44:57 -06:00
parent f9de2cfd2b
commit 18401dd07c
2 changed files with 7 additions and 15 deletions
-8
View File
@@ -117,14 +117,6 @@ export const TaskEditor: Component<TaskEditorProps> = (props) => {
}
});
// Make editor react to editable changes
createEffect(() => {
const e = editor();
if (e && props.editable !== undefined) {
e.setEditable(props.editable);
}
});
return (
<>
<div