Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
loveluthien committed May 14, 2024
1 parent 4d8b6c0 commit 2f08c09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ export class RegionViewComponent extends React.Component<RegionViewComponentProp
return;
}


// Deselect selected region if in drag-to-pan mode and user clicks on the stage
if (this.props.dragPanningEnabled && !isSecondaryClick) {
frame.regionSet.deselectRegion();
Expand Down
2 changes: 1 addition & 1 deletion src/stores/AppStore/AppStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ export class AppStore {
getColorForTheme(this.overlayStore.ticks.color),
getColorForTheme(this.overlayStore.axes.color),
getColorForTheme(this.overlayStore.numbers.color),
getColorForTheme(this.overlayStore.labels.color),
getColorForTheme(this.overlayStore.labels.color)
];
AST.setColors(astColors);
}
Expand Down

0 comments on commit 2f08c09

Please sign in to comment.