mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
Merge pull request #4900 from urbit/james/small-fixes
interface: fixes lopsided SMB, eliminates shortcut chord console logging
This commit is contained in:
commit
2a8483c603
@ -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]);
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user