mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-26 09:53:50 +01:00
Ignore the randomly generated classname.
This commit is contained in:
parent
0b83fbb7ce
commit
1c53ce91f0
@ -66,8 +66,7 @@ if (!SERVER_RENDERED) {
|
||||
if (target.nodeName !== 'SPAN' || state.hoverTimeout !== undefined) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (target.className !== 'cm-variable-valid') {
|
||||
if (!target.classList.contains('cm-variable-valid')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user