mirror of
https://github.com/flarum/core.git
synced 2025-08-11 19:04:29 +02:00
Bundled output for commit cff672424b
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@@ -23,7 +23,13 @@ export default class ModalManagerState {
|
||||
modal: null | {
|
||||
componentClass: UnsafeModalClass;
|
||||
attrs?: Record<string, unknown>;
|
||||
key: number;
|
||||
};
|
||||
/**
|
||||
* Used to force re-initialization of modals if a modal
|
||||
* is replaced by another of the same type.
|
||||
*/
|
||||
private key;
|
||||
private closeTimeout?;
|
||||
/**
|
||||
* Shows a modal dialog.
|
||||
|
Reference in New Issue
Block a user