Skip to content

Commit 98b298f

Browse files
committed
fix: maxLines not working properly
1 parent c18a464 commit 98b298f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/label-common.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ export const htmlProperty = new Property<LabelBase, string>({
9494
});
9595
htmlProperty.register(LabelBase);
9696

97-
export const maxLinesProperty = new Property<LabelBase, number>({
98-
name: 'maxLines',
99-
affectsLayout: global.isAndroid
100-
});
101-
maxLinesProperty.register(LabelBase);
10297
export const lineBreakProperty = new CssProperty<Style, string>({
10398
name: 'lineBreak',
10499
cssName: 'line-break'

0 commit comments

Comments
 (0)