diff --git a/src/components/flow/Cell/styles.scss b/src/components/flow/Cell/styles.scss index 2e828993..6410f050 100644 --- a/src/components/flow/Cell/styles.scss +++ b/src/components/flow/Cell/styles.scss @@ -181,8 +181,8 @@ z-index: 2; border-radius: $cell_radius; padding: $gap / 2; - pointer-events: none; - touch-action: none; + // pointer-events: none; + // touch-action: none; animation: appear 1s forwards; @media (min-width: $cell * 2 + $grid_line) { diff --git a/src/index.tsx b/src/index.tsx index 9bcac8bb..2ac95830 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -20,9 +20,7 @@ render( /* -- fix: text nodes cell not clickable - fix: text nodes cell has no preview -- fix: text nodes should not have 'no comments yet badge - import videos - import graffiti @@ -54,5 +52,7 @@ Done: - fix: user receives his own notifications :-( - fix: node related and albums should exclude node itself - fix: select node and edit it. All images will be not loaded +- fix: text nodes cell not clickable +- fix: text nodes should not have 'no comments yet badge */