Skip to content

Commit

Permalink
fix: quote styles
Browse files Browse the repository at this point in the history
  • Loading branch information
YUCLing committed Oct 25, 2024
1 parent 128979a commit dc4a04c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default class TagSelectionModal<

protected textMeasurementCanvas: HTMLCanvasElement | undefined;
protected textMeasurementCanvasCtx: CanvasRenderingContext2D | undefined;
protected textMeasurementFont: string = "";
protected textMeasurementFont: string = '';

static initAttrs(attrs: ITagSelectionModalAttrs) {
super.initAttrs(attrs);
Expand Down

0 comments on commit dc4a04c

Please sign in to comment.