Skip to content

Commit 4b36334

Browse files
committed
ci: tests
1 parent 3bd6d9b commit 4b36334

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/core/ui/button/button-common.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { AccessibilityRole } from '../../accessibility';
88
export abstract class ButtonBase extends TextBase implements ButtonDefinition {
99
public static tapEvent = 'tap';
1010

11-
accessible = true;
1211
accessibilityRole = AccessibilityRole.Button;
1312

1413
get textWrap(): boolean {

packages/core/ui/slider/slider-common.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export class SliderBase extends View implements SliderDefinition {
2121
this.style.accessibilityStep = value;
2222
}
2323

24-
accessible = true;
2524
accessibilityRole = AccessibilityRole.Adjustable;
2625
}
2726

0 commit comments

Comments
 (0)