Skip to content

Commit

Permalink
fix: changing settings properly rerenders cells (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfig authored May 8, 2023
1 parent aa2bad4 commit 57d1137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/debugFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ export const debugShowCellsForDirtyQuadrants = debug && false;
// Hooks
// --------

export const debugShowFileIO = debug && true;
export const debugShowFileIO = debug && false;

export const debugGridSettings = debug && true;
export const debugGridSettings = debug && false;
1 change: 1 addition & 0 deletions src/gridGL/pixiApp/PixiAppSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export class PixiAppSettings {
this.setEditorInteractionState = setEditorInteractionState;
this.app.headings.dirty = true;
this.app.cursor.dirty = true;
this.app.cells.dirty = true;
}

get showGridLines(): boolean {
Expand Down

1 comment on commit 57d1137

@vercel
Copy link

@vercel vercel bot commented on 57d1137 May 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

quadratic – ./

quadratic-quadratic.vercel.app
quadratic-git-main-quadratic.vercel.app
quadratic-nu.vercel.app

Please sign in to comment.