You've already forked joplin
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:
@ -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' |
|
||||
|
Reference in New Issue
Block a user