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
This query does not check for the closest tag, but the table view uses a .
Another issue I noticed is that the variable "assetLink" is not used at all. Instead, the variable "asset" is used, but I believe the variable "assetLink" should be used.
Also the whole "closest" thing could just be avoided by using event.currentTarget instead of e.target.closest(...). Then, a check for the the data-asset-identifier would not be necessary, as it was already checked before adding the event listener
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
When opening the list view and clicking an image to select it, it doesn't work. Nothing happens
Expected Behavior
When clicking an image, it should be selected as the property
Steps To Reproduce
No response
Environment
No response
Anything else?
The problem is here:
neos-development-collection/Neos.Media.Browser/Resources/Public/JavaScript/select.js
Line 52 in f20b28c
This query does not check for the closest tag, but the table view uses a .
Another issue I noticed is that the variable "assetLink" is not used at all. Instead, the variable "asset" is used, but I believe the variable "assetLink" should be used.
Also the whole "closest" thing could just be avoided by using event.currentTarget instead of e.target.closest(...). Then, a check for the the data-asset-identifier would not be necessary, as it was already checked before adding the event listener
The text was updated successfully, but these errors were encountered: