Ensure story buttons are clickable despite being in a no-drag region
This commit is contained in:
parent
6f3b56c6fa
commit
b2f5febbf9
5 changed files with 7 additions and 1 deletions
|
@ -171,6 +171,7 @@ export function App({
|
|||
'dark-theme': theme === ThemeType.dark,
|
||||
})}
|
||||
>
|
||||
{contents}
|
||||
<ToastManager
|
||||
OS={OS}
|
||||
hideToast={hideToast}
|
||||
|
@ -185,7 +186,6 @@ export function App({
|
|||
{isShowingStoriesView && renderStories(toggleStoriesView)}
|
||||
{hasSelectedStoryData &&
|
||||
renderStoryViewer(() => viewStory({ closeViewer: true }))}
|
||||
{contents}
|
||||
</div>
|
||||
</TitleBarContainer>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue