Skip to content

Commit

Permalink
chore: code format
Browse files Browse the repository at this point in the history
  • Loading branch information
YUCLing committed Nov 23, 2024
1 parent 860247c commit db8012c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@ export default class TagSelectionModal<

// 1 CJK character's width equals to 2ch,
// so we count 1 CJK character as 2 characters.
const inputWidth = Math.max(this.lengthWithCJK(extractText(this.getInstruction(primaryCount, secondaryCount))), this.lengthWithCJK(this.filter()));
const inputWidth = Math.max(
this.lengthWithCJK(extractText(this.getInstruction(primaryCount, secondaryCount))),
this.lengthWithCJK(this.filter())
);

return [
<div className="Modal-body">
Expand Down

0 comments on commit db8012c

Please sign in to comment.