mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-24 17:20:21 +08:00
feat(design): dialog支持配置destroyOnClose
This commit is contained in:
parent
5f246bbc98
commit
cd4656e54f
@ -126,6 +126,7 @@ export interface DialogProps {
|
||||
fullscreen?: boolean;
|
||||
closeOnClickModal?: boolean;
|
||||
closeOnPressEscape?: boolean;
|
||||
destroyOnClose?: boolean;
|
||||
}
|
||||
|
||||
export interface DividerProps {
|
||||
|
Loading…
x
Reference in New Issue
Block a user