-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Hey there,
maybe it's better to use
if ($(e.target).css('pointer-events') == 'none') {
instead of
if ($(this).css('pointer-events') == 'none') {
?
Becaus inner pointer-events are ignored at the moment, like:
.template-front
{
pointer-events: none;
.dev-cm7
{
pointer-events: auto;
}
}
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels