Merge pull request #4900 from urbit/james/small-fixes

interface: fixes lopsided SMB, eliminates shortcut chord console logging
This commit is contained in:
matildepark 2021-05-13 19:15:24 -04:00 committed by GitHub
commit 2a8483c603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(