Refactor all of Devtools and tidy it up (#8097)
This commit is contained in:
parent
64871c057b
commit
306ddd51e4
24 changed files with 1516 additions and 1562 deletions
|
@ -922,7 +922,7 @@ export const Commands = [
|
|||
command: 'devtools',
|
||||
description: _td('Opens the Developer Tools dialog'),
|
||||
runFn: function(roomId) {
|
||||
Modal.createDialog(DevtoolsDialog, { roomId });
|
||||
Modal.createDialog(DevtoolsDialog, { roomId }, "mx_DevtoolsDialog_wrapper");
|
||||
return success();
|
||||
},
|
||||
category: CommandCategories.advanced,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue