add toggle for auto highlight mode on ios
This commit is contained in:
@ -76,7 +76,7 @@ const App = () => {
|
||||
margin={window.margin}
|
||||
maxWidthPercentage={window.maxWidthPercentage}
|
||||
lineHeight={window.lineHeight}
|
||||
highlightOnRelease={true}
|
||||
highlightOnRelease={window.highlightOnRelease}
|
||||
highContrastFont={window.prefersHighContrastFont ?? true}
|
||||
articleMutations={{
|
||||
createHighlightMutation: (input) =>
|
||||
|
||||
Reference in New Issue
Block a user