gh-14145: fix boosts size and case overrides not working on first time press (gh-14147)

This commit is contained in:
Ashvin Jangid
2026-06-12 17:20:10 +05:30
committed by GitHub
parent 6bc560c876
commit 8b0aab15b5

View File

@@ -630,6 +630,7 @@ ${cssSelector} {
this.currentBoostData.textCaseOverride = "uppercase";
}
this.currentBoostData.changeWasMade = true;
this.updateCaseButtonVisuals();
this.updateCurrentBoost();
}
@@ -651,6 +652,7 @@ ${cssSelector} {
await this.zenBoostsChild.sendQuery("ZenBoost:DisableSizeOverride");
}
this.currentBoostData.changeWasMade = true;
this.updateSizeButtonVisuals();
this.updateCurrentBoost();
}