1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Desktop: Fixes #9036: Fix note list scroll (#9211)

Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
Henry Heino 2023-11-07 04:04:03 -08:00 committed by GitHub
parent 041414b11e
commit 02361e37f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}