Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit29ee629

Browse files
fix: temporary state input field loses focus on shift key
1 parent2d3e7c0 commit29ee629

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

‎client/packages/lowcoder/src/comps/comps/temporaryStateComp.tsx‎

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,7 @@ const TemporaryStateItemCompBase = new MultiCompBuilder(
2424
()=>null
2525
)
2626
.setPropertyViewFn((children)=>{
27-
constPropertyViewWithModal=()=>{
28-
const[isOpen,setIsOpen]=useState(false);
29-
30-
consthandleOpen=()=>{
31-
setIsOpen(true);
32-
};
33-
34-
consthandleClose=()=>{
35-
setIsOpen(false);
36-
};
37-
38-
return(
27+
return(
3928
<BottomTabs
4029
type={BottomResTypeEnum.TempState}
4130
tabsConfig={[
@@ -56,7 +45,6 @@ const TemporaryStateItemCompBase = new MultiCompBuilder(
5645
modalWidth="80%"
5746
modalTop="20px"
5847
/>
59-
6048
</>
6149
),
6250
}),
@@ -66,9 +54,6 @@ const TemporaryStateItemCompBase = new MultiCompBuilder(
6654
status=""
6755
/>
6856
);
69-
};
70-
71-
return<PropertyViewWithModal/>;
7257
})
7358
.build();
7459

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp