File tree 2 files changed +4
-0
lines changed
client/packages/lowcoder/src/pages
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import {
14
14
import { ExampleContext } from "./ExampleContext" ;
15
15
import { trans } from "i18n" ;
16
16
import { Helmet } from "react-helmet" ;
17
+ import { LoadingBarHideTrigger } from "@lowcoder-ee/util/hideLoading" ;
17
18
18
19
type CompInfo = UICompManifest & { key : string } ;
19
20
const groups : Partial < Record < UICompCategory , CompInfo [ ] > > = { } ;
@@ -109,6 +110,7 @@ export default function ComponentDoc() {
109
110
< link rel = "iframely" type = "text/html" href = { window . location . href } media = "(aspect-ratio: 1280/720)" /> ,
110
111
</ Helmet >
111
112
< Wrapper >
113
+ < LoadingBarHideTrigger />
112
114
< div className = "main" >
113
115
< div className = "sidebar" >
114
116
< div className = "search" >
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { EditorContext, EditorState } from "comps/editorState";
8
8
import { RootComp } from "comps/comps/rootComp" ;
9
9
import { useMemo } from "react" ;
10
10
import { lazyLoadComp } from "@lowcoder-ee/comps/comps/lazyLoadComp/lazyLoadComp" ;
11
+ import { LoadingBarHideTrigger } from "@lowcoder-ee/util/hideLoading" ;
11
12
12
13
type CompInfo = UICompManifest & { key : string } ;
13
14
const groups : Partial < Record < UICompCategory , CompInfo [ ] > > = { } ;
@@ -72,6 +73,7 @@ export default function ComponentPlayground() {
72
73
73
74
return (
74
75
< Wrapper >
76
+ < LoadingBarHideTrigger />
75
77
< div className = "content" >
76
78
< EditorContext . Provider value = { editorState } >
77
79
< CompPlayground
You can’t perform that action at this time.
0 commit comments