mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Disable the highlight bar in the embedded iOS reader
This commit is contained in:
parent
5bbc3308c3
commit
1817b469e2
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ const App = () => {
|
|||
article={window.omnivoreArticle as ArticleAttributes}
|
||||
scrollElementRef={React.createRef()}
|
||||
isAppleAppEmbed={true}
|
||||
highlightBarDisabled={false}
|
||||
highlightBarDisabled={true}
|
||||
highlightsBaseURL="https://example.com"
|
||||
fontSize={window.fontSize ?? 18}
|
||||
margin={0}
|
||||
|
|
|
|||
Loading…
Reference in a new issue