feat: integrate luckysheet inline and fullscreen
This commit is contained in:
@@ -9,7 +9,7 @@ interface PageLayoutState {
|
||||
}
|
||||
|
||||
export const usePageLayoutStore = create<PageLayoutState>((set) => ({
|
||||
showInspector: true,
|
||||
showInspector: false,
|
||||
toggleInspector: () =>
|
||||
set((state) => ({
|
||||
showInspector: !state.showInspector,
|
||||
|
||||
Reference in New Issue
Block a user