feat: add warning to note options menu if note size is >0.5mb (#851)
This commit is contained in:
@@ -37,7 +37,7 @@ export const NotesContextMenu = observer(({ application, appState }: Props) => {
|
||||
return contextMenuOpen ? (
|
||||
<div
|
||||
ref={contextMenuRef}
|
||||
className="sn-dropdown min-w-80 max-h-120 max-w-xs flex flex-col py-2 overflow-y-auto fixed"
|
||||
className="sn-dropdown min-w-80 max-h-120 max-w-xs flex flex-col pt-2 overflow-y-auto fixed"
|
||||
style={{
|
||||
...contextMenuPosition,
|
||||
maxHeight: contextMenuMaxHeight,
|
||||
|
||||
Reference in New Issue
Block a user