Highlight currently winning Condition in Condition Set Edit and Read-only views (#2936)

* Preview condition styles on selecting that condition or one of it's styles

Co-authored-by: charlesh88 <charlesh88@gmail.com>
This commit is contained in:
Shefali Joshi
2020-05-05 09:55:42 -07:00
committed by GitHub
parent 23303c910e
commit 4c76bf34ab
5 changed files with 18 additions and 3 deletions

View File

@@ -157,7 +157,6 @@ export default class StyleRuleManager extends EventEmitter {
delete this.stopProvidingTelemetry;
this.conditionSetIdentifier = undefined;
this.isEditing = undefined;
this.callback = undefined;
}
}