mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: getKey -> key
This commit is contained in:
@@ -147,7 +147,7 @@ function ListContainer(props: ListContainerProps) {
|
||||
>
|
||||
<Virtuoso
|
||||
ref={listRef}
|
||||
computeItemKey={(index) => items.getKey(index)}
|
||||
computeItemKey={(index) => items.key(index)}
|
||||
defaultItemHeight={DEFAULT_ITEM_HEIGHT}
|
||||
totalCount={items.ids.length}
|
||||
onBlur={() => setFocusedGroupIndex(-1)}
|
||||
|
||||
Reference in New Issue
Block a user