You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
remove redundant comment
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -65,13 +65,7 @@ export class ModalManager {
|
|||||||
private staticModal: IModal<any> = null;
|
private staticModal: IModal<any> = null;
|
||||||
// A list of the modals we have stacked up, with the most recent at [0]
|
// A list of the modals we have stacked up, with the most recent at [0]
|
||||||
// Neither the static nor priority modal will be in this list.
|
// Neither the static nor priority modal will be in this list.
|
||||||
private modals: IModal<any>[] = [
|
private modals: IModal<any>[] = [];
|
||||||
/* {
|
|
||||||
elem: React component for this dialog
|
|
||||||
onFinished: caller-supplied onFinished callback
|
|
||||||
className: CSS class for the dialog wrapper div
|
|
||||||
} */
|
|
||||||
];
|
|
||||||
|
|
||||||
private static getOrCreateContainer() {
|
private static getOrCreateContainer() {
|
||||||
let container = document.getElementById(DIALOG_CONTAINER_ID);
|
let container = document.getElementById(DIALOG_CONTAINER_ID);
|
||||||
|
|||||||
Reference in New Issue
Block a user