mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 20:55:41 +00:00
Ignore the randomly generated classname.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user