Skip to content

Commit

Permalink
Merge pull request #1966 from quadratichq/ayush/fix_borders_dirty
Browse files Browse the repository at this point in the history
fix(QA Wolf): Border formatting is not working as expected
  • Loading branch information
davidkircos authored Oct 15, 2024
2 parents 53c4e4d + 74274b2 commit 5878e8e
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 5878e8e

Please sign in to comment.