1
0
Fork 0

Do not scroll menu when toolbar is on top

Fixes #8838.
master
Andrew Gaul 2020-02-29 20:10:22 -08:00 committed by Jeff Boek
parent e318cd7d15
commit 4ab4733f34
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class DefaultToolbarMenu(
override val menuBuilder by lazy {
WebExtensionBrowserMenuBuilder(
menuItems,
endOfMenuAlwaysVisible = true,
endOfMenuAlwaysVisible = !shouldReverseItems,
store = context.components.core.store,
appendExtensionActionAtStart = !shouldReverseItems
)