Skip to content

Commit bf835a9

Browse files
committed
feat(solid): change documentMode to document in createEffect that causes rebuild
1 parent b2cdf13 commit bf835a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/solid/src/SuperDocEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ export function SuperDocEditor(props: SuperDocEditorProps) {
128128
containerId,
129129
toolbarId,
130130
() => restProps.role,
131-
() => restProps.documentMode,
132131
() => solidProps.contained,
133132
() => solidProps.hideToolbar,
134133
() => rebuildTriggeringProps.modules,
134+
() => rebuildTriggeringProps.document,
135135
],
136136
([
137137
userResolved,

0 commit comments

Comments
 (0)