Added semi-hidden debug modal and removed all this url param awkwardness

This commit is contained in:
orangemug
2019-05-18 18:54:10 +01:00
parent c3c0c35d8a
commit d2ffc3a0b1
3 changed files with 67 additions and 4 deletions

View File

@@ -40,6 +40,10 @@ class ShortcutsModal extends React.Component {
key: "m",
text: "Focus map"
},
{
key: "!",
text: "Debug modal"
},
]