mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
parent
041414b11e
commit
02361e37f0
@ -145,6 +145,7 @@ const NoteListItem = (props: NoteItemProps, ref: LegacyRef<HTMLDivElement>) => {
|
|||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
className={className}
|
className={className}
|
||||||
data-id={noteId}
|
data-id={noteId}
|
||||||
|
style={{ height: props.itemSize.height }}
|
||||||
onContextMenu={props.onContextMenu}
|
onContextMenu={props.onContextMenu}
|
||||||
onDragStart={props.onDragStart}
|
onDragStart={props.onDragStart}
|
||||||
onDragOver={props.onDragOver}
|
onDragOver={props.onDragOver}
|
||||||
|
Loading…
Reference in New Issue
Block a user