From 74274b2deb34be714d97a67cc3c9610d189642b6 Mon Sep 17 00:00:00 2001 From: AyushAgrawal-A2 Date: Sat, 12 Oct 2024 21:55:00 +0530 Subject: [PATCH] fix(QA Wolf): Border formatting is not working as expected --- quadratic-client/src/app/gridGL/cells/borders/Borders.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quadratic-client/src/app/gridGL/cells/borders/Borders.ts b/quadratic-client/src/app/gridGL/cells/borders/Borders.ts index 066e0d0a92..63bd8592be 100644 --- a/quadratic-client/src/app/gridGL/cells/borders/Borders.ts +++ b/quadratic-client/src/app/gridGL/cells/borders/Borders.ts @@ -177,6 +177,8 @@ export class Borders extends Container { this.cellLines.removeChildren(); this.sheetLines.removeChildren(); + pixiApp.viewport.dirty = true; + const borders = this.borders; if (!borders) return;