mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
mobile: make sure tools render in toolbar
This commit is contained in:
@@ -252,7 +252,7 @@ const Tiptap = ({ settings }: { settings: Settings }) => {
|
||||
}}
|
||||
editor={_editor}
|
||||
location="bottom"
|
||||
tools={settings.tools}
|
||||
tools={[...settings.tools]}
|
||||
defaultFontFamily={settings.fontFamily}
|
||||
defaultFontSize={settings.fontSize}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user