File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
client/packages/lowcoder/src/pages Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import {
1414import { ExampleContext } from "./ExampleContext" ;
1515import { trans } from "i18n" ;
1616import { Helmet } from "react-helmet" ;
17+ import { LoadingBarHideTrigger } from "@lowcoder-ee/util/hideLoading" ;
1718
1819type CompInfo = UICompManifest & { key : string } ;
1920const groups : Partial < Record < UICompCategory , CompInfo [ ] > > = { } ;
@@ -109,6 +110,7 @@ export default function ComponentDoc() {
109110 < link rel = "iframely" type = "text/html" href = { window . location . href } media = "(aspect-ratio: 1280/720)" /> ,
110111 </ Helmet >
111112 < Wrapper >
113+ < LoadingBarHideTrigger />
112114 < div className = "main" >
113115 < div className = "sidebar" >
114116 < div className = "search" >
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { EditorContext, EditorState } from "comps/editorState";
88import { RootComp } from "comps/comps/rootComp" ;
99import { useMemo } from "react" ;
1010import { lazyLoadComp } from "@lowcoder-ee/comps/comps/lazyLoadComp/lazyLoadComp" ;
11+ import { LoadingBarHideTrigger } from "@lowcoder-ee/util/hideLoading" ;
1112
1213type CompInfo = UICompManifest & { key : string } ;
1314const groups : Partial < Record < UICompCategory , CompInfo [ ] > > = { } ;
@@ -72,6 +73,7 @@ export default function ComponentPlayground() {
7273
7374 return (
7475 < Wrapper >
76+ < LoadingBarHideTrigger />
7577 < div className = "content" >
7678 < EditorContext . Provider value = { editorState } >
7779 < CompPlayground
You can’t perform that action at this time.
0 commit comments