fix: tab navigations don't work with lowercase xml (#8016)

This commit is contained in:
Martin Yankov
2019-11-21 14:48:33 +02:00
committed by GitHub
parent b069ff38f3
commit 800f5bcfe4
11 changed files with 116 additions and 17 deletions

View File

@@ -2304,6 +2304,9 @@ export class TabStripItem extends View {
image: Image;
// (undocumented)
_index: number;
label: Label;
on(eventNames: string, callback: (data: EventData) => void);