mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-29 03:41:51 +00:00
gh-12942: Fixed unable to enable live folder options (gh-12946)
This commit is contained in:
@@ -209,7 +209,7 @@ export class nsGithubLiveFolderProvider extends nsZenLiveFolderProvider {
|
||||
super.onOptionTrigger(option);
|
||||
|
||||
const key = option.getAttribute("option-key");
|
||||
const checked = option.getAttribute("checked") === "true";
|
||||
const checked = option.hasAttribute("checked");
|
||||
if (!this.options.some(x => x.key === key)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user