Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #13336: Open bookmarks in current tab
Browse files Browse the repository at this point in the history
  • Loading branch information
czlucius committed Jan 13, 2022
1 parent 622a4f5 commit 1ddef7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class DefaultBookmarkController(
val flags = EngineSession.LoadUrlFlags.select(EngineSession.LoadUrlFlags.ALLOW_JAVASCRIPT_URL)
openInNewTabAndShow(
item.url!!,
true,
false,
BrowserDirection.FromBookmarks,
activity.browsingModeManager.mode,
flags
Expand Down

0 comments on commit 1ddef7e

Please sign in to comment.