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

Commitc9fab1f

Browse files
Merge pull request#1912 from iamfaran/fix/1826-folder
[Fix]:#1826 refresh folder on press enter
2 parents4ff3470 +f549801 commitc9fab1f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎client/packages/lowcoder/src/pages/ApplicationV2/useCreateFolder.tsx‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@ export function useCreateFolder(setModify: any, modify: boolean) {
5050
onPressEnter={()=>{
5151
form.validateFields().then(()=>{
5252
dispatchCreateFolder(
53-
()=>modal?.destroy(),
53+
()=>{
54+
modal?.destroy();
55+
setTimeout(()=>{
56+
setModify(!modify);
57+
},200);
58+
},
5459
()=>{}
5560
);
5661
});

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp