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 9595937 commit 71148c1Copy full SHA for 71148c1
client/packages/lowcoder/src/pages/editor/codeEditorPanel.tsx
@@ -127,7 +127,6 @@ export const CodeEditorPanel = (props: {
127
zIndex={Layers.codeEditorPanel}
128
popupStyle={{ opacity: 1, display: visible ? "block" : "none" }}
129
maskClosable={true}
130
- onPopupVisibleChange={(visible) => setVisible(visible)}
131
afterPopupVisibleChange={(visible) => props.onVisibleChange(visible)}
132
popup={() => (
133
<Draggable
0 commit comments