chore: Turn on command bar in prod
This commit is contained in:
@@ -70,11 +70,7 @@ class Layout extends React.Component<Props> {
|
|||||||
this.props.ui.toggleCollapsedSidebar();
|
this.props.ui.toggleCollapsedSidebar();
|
||||||
}
|
}
|
||||||
|
|
||||||
@keydown([
|
@keydown(["t", "/"])
|
||||||
"t",
|
|
||||||
"/",
|
|
||||||
env.ENVIRONMENT === "development" ? undefined : `${meta}+k`,
|
|
||||||
])
|
|
||||||
goToSearch(ev: SyntheticEvent<>) {
|
goToSearch(ev: SyntheticEvent<>) {
|
||||||
ev.preventDefault();
|
ev.preventDefault();
|
||||||
ev.stopPropagation();
|
ev.stopPropagation();
|
||||||
|
|||||||
Reference in New Issue
Block a user