You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the owner or a moderator deletes a note in a hidden column, all normal user get an error printed with the cause:
'Cannot read properties of undefined (reading 'position')'
Browser
Chromium, Firefox
Steps to reproduce the behavior
Join with normal user on a board
Create note in hidden column
Delete note again
Result:
There should be an error in the console of the normal participant
Screenshots
Additional context
deletedNote in line 74 of store/reducer/note.ts seems to be undefined
The text was updated successfully, but these errors were encountered:
The problem
When the owner or a moderator deletes a note in a hidden column, all normal user get an error printed with the cause:
'Cannot read properties of undefined (reading 'position')'
Browser
Chromium, Firefox
Steps to reproduce the behavior
Result:
There should be an error in the console of the normal participant
Screenshots
Additional context
deletedNote in line 74 of store/reducer/note.ts seems to be undefined
The text was updated successfully, but these errors were encountered: