MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / changeDesignMode

Function changeDesignMode

frontend/src/stores/useLayoutContainerStore.ts:11–13  ·  view source on GitHub ↗
(b: boolean)

Source from the content-addressed store, hash-verified

9 });
10
11 const changeDesignMode = (b: boolean) => {
12 containerState.isDesignMode = b;
13 };
14
15 return {
16 containerState,

Callers 1

onOkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected