Remove some unused logic

pull/9549/head
Albert 3 years ago
parent 9c5c05e55a
commit 26ba13047f
No known key found for this signature in database
GPG Key ID: 639EBA2F18800B0E

@ -161,7 +161,6 @@ export default class Selector {
while (i--) {
const selector = relative_selector.compound.selectors[i];
if (!selector.visible) break;
if (selector.use_wrapper.used) break;
selector.use_wrapper.used = true;

Loading…
Cancel
Save