mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 12:12:54 +01:00
fix: pinning should be disabled for notes with context
This commit is contained in:
@@ -18,7 +18,7 @@ function createProfile(item, itemHeight, estimatedItemHeight) {
|
||||
|
||||
const NotesProfile = createProfile(
|
||||
(index, item, context) => (
|
||||
<Note index={index} pinnable={!!context} item={item} context={context} />
|
||||
<Note index={index} pinnable={!context} item={item} context={context} />
|
||||
),
|
||||
getNoteHeight,
|
||||
MAX_HEIGHTS.note
|
||||
|
||||
Reference in New Issue
Block a user