From c48797f60fd69a30fd964ebb97ffad97850b571f Mon Sep 17 00:00:00 2001 From: thecodrr Date: Thu, 24 Sep 2020 15:00:57 +0500 Subject: [PATCH] fix: pinning should be disabled for notes with context --- apps/web/src/common/list-profiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/common/list-profiles.js b/apps/web/src/common/list-profiles.js index 0161a4e96..1adab4ae4 100644 --- a/apps/web/src/common/list-profiles.js +++ b/apps/web/src/common/list-profiles.js @@ -18,7 +18,7 @@ function createProfile(item, itemHeight, estimatedItemHeight) { const NotesProfile = createProfile( (index, item, context) => ( - + ), getNoteHeight, MAX_HEIGHTS.note