perf: 使用 modalApi.unlock() 替换 modalApi.lock(false)
This commit is contained in:
@@ -110,7 +110,7 @@ const [Modal, modalApi] = useVbenModal({
|
||||
});
|
||||
} finally {
|
||||
hideLoading();
|
||||
modalApi.lock(false);
|
||||
modalApi.unlock();
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user