MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / handleClosePopOver

Function handleClosePopOver

packages/ui/src/ui-component/json/JsonEditor.jsx:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 const openPopOver = Boolean(anchorEl)
26
27 const handleClosePopOver = () => {
28 setAnchorEl(null)
29 }
30
31 const setNewVal = (val) => {
32 const newVal = cloneDeep(myValue)

Callers 1

JsonEditorInputFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected