mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
mobile: top level notes
This commit is contained in:
committed by
Abdullah Atta
parent
765fcafc38
commit
a6021943e1
@@ -43,8 +43,14 @@ export function ImageSettings(props: ToolProps) {
|
||||
popupId="imageSettings"
|
||||
tools={
|
||||
findSelectedNode(editor, "image")?.attrs?.float
|
||||
? ["imageAlignLeft", "imageAlignRight", "imageProperties"]
|
||||
? [
|
||||
"downloadAttachment",
|
||||
"imageAlignLeft",
|
||||
"imageAlignRight",
|
||||
"imageProperties"
|
||||
]
|
||||
: [
|
||||
"downloadAttachment",
|
||||
"imageAlignLeft",
|
||||
"imageAlignCenter",
|
||||
"imageAlignRight",
|
||||
|
||||
Reference in New Issue
Block a user