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