interface: fixes lopsided SMB, eliminates shortcut chord console logging

This commit is contained in:
James Acklin 2021-05-13 18:46:46 -04:00
parent f7aab5893c
commit 3ac2e2e378
2 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ export function ShortcutContextProvider({ children }) {
useEffect(() => {
handlerRef.current = function (e: KeyboardEvent) {
const chord = getChord(e);
console.log(chord);
shortcuts?.[chord]?.(e);
};
}, [shortcuts]);

View File

@ -116,7 +116,7 @@ const StatusBar = (props) => {
display={
process.env.LANDSCAPE_STREAM === 'development' ? 'flex' : 'none'
}
justifyContent='flex-end'
justifyContent='center'
flexShrink={0}
onClick={() =>
window.open(