You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Refactor all of Devtools and tidy it up (#8097)
This commit is contained in:
committed by
GitHub
parent
64871c057b
commit
306ddd51e4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user