1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Desktop: Fixes #9433: Fixed various scrolling issues when creating new notes or to-dos

This commit is contained in:
Laurent Cozic
2024-01-28 17:57:41 +00:00
parent 07b4117aa1
commit 25b12a2366
13 changed files with 149 additions and 92 deletions

View File

@ -44,6 +44,7 @@ export type OnChangeHandler = (event: OnChangeEvent)=> Promise<void>;
*/
export type ListRendererDependency =
ListRendererDatabaseDependency |
'item.index' |
'item.size.width' |
'item.size.height' |
'item.selected' |