mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Remove unintended space (#1501)
This commit is contained in:
parent
ce45c1bbdd
commit
4e02a4c7a1
@ -488,7 +488,7 @@ const createCJKCounter = (
|
|||||||
const CHINESE_INFORMAL_MULTIPLIERS = '十百千萬';
|
const CHINESE_INFORMAL_MULTIPLIERS = '十百千萬';
|
||||||
const CHINESE_FORMAL_MULTIPLIERS = '拾佰仟萬';
|
const CHINESE_FORMAL_MULTIPLIERS = '拾佰仟萬';
|
||||||
const JAPANESE_NEGATIVE = 'マイナス';
|
const JAPANESE_NEGATIVE = 'マイナス';
|
||||||
const KOREAN_NEGATIVE = '마이너스 ';
|
const KOREAN_NEGATIVE = '마이너스';
|
||||||
|
|
||||||
export const createCounterText = (
|
export const createCounterText = (
|
||||||
value: number,
|
value: number,
|
||||||
|
Loading…
Reference in New Issue
Block a user