Show hint under toolbar (#783)

This commit is contained in:
Lipis 2020-02-21 17:04:54 +01:00 committed by GitHub
parent 626c99939e
commit 949c3841ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 9 deletions

View file

@ -518,6 +518,12 @@ const LayerUI = React.memo(
) : (
<>
<FixedSideContainer side="top">
<HintViewer
elementType={appState.elementType}
multiMode={appState.multiElement !== null}
isResizing={appState.isResizing}
elements={elements}
/>
<div className="App-menu App-menu_top">
<Stack.Col gap={4} align="end">
<section
@ -578,12 +584,6 @@ const LayerUI = React.memo(
</div>
</FixedSideContainer>
<footer role="contentinfo">
<HintViewer
elementType={appState.elementType}
multiMode={appState.multiElement !== null}
isResizing={appState.isResizing}
elements={elements}
/>
<LanguageList
onChange={lng => {
setLanguage(lng);