Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c6887 commit 80a46ccCopy full SHA for 80a46cc
‎client/packages/lowcoder/src/comps/comps/jsonComp/jsonEditorComp.tsx
@@ -110,8 +110,8 @@ let JsonEditorTmpComp = (function () {
110
extensions,
111
});
112
}
113
- }, [wrapperRef.current, props.showVerticalScrollbar]);
114
-
+ }, [wrapperRef.current]);
+
115
useEffect(() => {
116
if (state.current&&wrapperRef.current) {
117
view.current = new EditorView({ state: state.current, parent: wrapperRef.current });
0 commit comments