Skip to content

Commit

Permalink
fix: add textLength & lengthAdjust to CASE_SENSITIVE_ATTR (#3281)
Browse files Browse the repository at this point in the history
  • Loading branch information
HQidea authored Feb 24, 2023
1 parent 709a141 commit 76fb1ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/x6-common/src/dom/attr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export const CASE_SENSITIVE_ATTR = [
'attributeName',
'attributeType',
'repeatCount',
'textLength',
'lengthAdjust',
]

export type Attributes = { [key: string]: string | number | null | undefined }
Expand Down

0 comments on commit 76fb1ac

Please sign in to comment.