Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/udecode/plate
/ get
Function
get
packages/udecode/react-utils/src/useOnClickOutside.ts:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
let
passive = false;
11
const
options = Object.defineProperty({},
'passive'
, {
12
get() {
13
passive = true;
14
},
15
});
16
const
noop = () => null;
17
Callers
5
ImagePreviewStore.ts
File · 0.50
usePlateControllerStore
Function · 0.50
createPlateStore
Function · 0.50
useIsVisible
Function · 0.50
toggleIndexAtom.ts
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected