mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
chore: update tslint rules (#7391)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import {
|
||||
import {
|
||||
HtmlViewBase, View, layout, htmlProperty
|
||||
} from "./html-view-common";
|
||||
|
||||
@ -14,6 +14,7 @@ export class HtmlView extends HtmlViewBase {
|
||||
view.selectable = true;
|
||||
view.userInteractionEnabled = true;
|
||||
view.dataDetectorTypes = UIDataDetectorTypes.All;
|
||||
|
||||
return view;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user