Skip to content

Commit

Permalink
fix(QA Wolf): Border formatting is not working as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushAgrawal-A2 committed Oct 12, 2024
1 parent 3b304d6 commit 74274b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quadratic-client/src/app/gridGL/cells/borders/Borders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 74274b2

Please sign in to comment.