1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed click on node

This commit is contained in:
Fedor Katurov 2019-11-15 15:28:27 +07:00
parent e51f185dd0
commit b0be1d82b6
2 changed files with 4 additions and 4 deletions

View file

@ -181,8 +181,8 @@
z-index: 2; z-index: 2;
border-radius: $cell_radius; border-radius: $cell_radius;
padding: $gap / 2; padding: $gap / 2;
pointer-events: none; // pointer-events: none;
touch-action: none; // touch-action: none;
animation: appear 1s forwards; animation: appear 1s forwards;
@media (min-width: $cell * 2 + $grid_line) { @media (min-width: $cell * 2 + $grid_line) {

View file

@ -20,9 +20,7 @@ render(
/* /*
- fix: text nodes cell not clickable
- fix: text nodes cell has no preview - fix: text nodes cell has no preview
- fix: text nodes should not have 'no comments yet badge
- import videos - import videos
- import graffiti - import graffiti
@ -54,5 +52,7 @@ Done:
- fix: user receives his own notifications :-( - fix: user receives his own notifications :-(
- fix: node related and albums should exclude node itself - fix: node related and albums should exclude node itself
- fix: select node and edit it. All images will be not loaded - 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
*/ */