File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
custom-inspector/components/state Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ function toggleRecordingState() {
134134 </div >
135135 </Pane >
136136 <Pane size =" 60" >
137- <div h-full select-none overflow-scroll class =" no-scrollbar" >
137+ <div h-full overflow-scroll class =" no-scrollbar" >
138138 <RootStateViewer class =" p3" :data =" displayedInfo" node-id =" " inspector-id =" " :disable-edit =" true" expanded-state-id =" timeline-state" />
139139 </div >
140140 </Pane >
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ function toggleApp(id: string) {
344344 <i v-if =" activeTreeNodeFilePath" v-tooltip.bottom =" 'Open in Editor'" class =" i-carbon-launch h-4 w-4 cursor-pointer hover:(op-70)" @click =" openInEditor" />
345345 </div >
346346 </div >
347- <RootStateViewer class =" no-scrollbar flex-1 select-none overflow-scroll" :data =" displayState" :node-id =" activeComponentId" :inspector-id =" inspectorId" expanded-state-id =" component-state" />
347+ <RootStateViewer class =" no-scrollbar flex-1 overflow-scroll" :data =" displayState" :node-id =" activeComponentId" :inspector-id =" inspectorId" expanded-state-id =" component-state" />
348348 </div >
349349 <ComponentRenderCode v-if =" componentRenderCodeVisible && componentRenderCode" :code =" componentRenderCode" @close =" closeComponentRenderCode" />
350350 </Pane >
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ onUnmounted(() => {
231231 </div >
232232 </div >
233233 </div >
234- <RootStateViewer v-if =" selected && !emptyState" :data =" displayState" :node-id =" selected" :inspector-id =" inspectorId" expanded-state-id =" custom-inspector-state" class =" no-scrollbar flex-1 select-none overflow-scroll" />
234+ <RootStateViewer v-if =" selected && !emptyState" :data =" displayState" :node-id =" selected" :inspector-id =" inspectorId" expanded-state-id =" custom-inspector-state" class =" no-scrollbar flex-1 overflow-scroll" />
235235 <Empty v-else >
236236 No Data
237237 </Empty >
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ onUnmounted(() => {
226226 </div >
227227 </div >
228228 </div >
229- <RootStateViewer v-if =" selected && !emptyState" class =" no-scrollbar flex-1 select-none overflow-scroll" :data =" displayState" :node-id =" selected" :inspector-id =" inspectorId" expanded-state-id =" pinia-store-state" />
229+ <RootStateViewer v-if =" selected && !emptyState" class =" no-scrollbar flex-1 overflow-scroll" :data =" displayState" :node-id =" selected" :inspector-id =" inspectorId" expanded-state-id =" pinia-store-state" />
230230 <Empty v-else >
231231 No Data
232232 </Empty >
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ onUnmounted(() => {
159159 </div >
160160 </Pane >
161161 <Pane size =" 60" >
162- <div h-full select-none overflow-scroll class =" no-scrollbar" >
162+ <div h-full overflow-scroll class =" no-scrollbar" >
163163 <RootStateViewer v-if =" selected" class =" p3" :data =" state" node-id =" " inspector-id =" router" expanded-state-id =" routes-state" />
164164 <Empty v-else >
165165 No Data
You can’t perform that action at this time.
0 commit comments