TypeScript
- Support drag html element on mobile browser. Set
touch-action: none
to handler element. - Remove undefined type from union type.
type Foo = NonNullable<FooOrUndefined>; // { bar: number; }
touch-action: none
to handler element.type Foo = NonNullable<FooOrUndefined>; // { bar: number; }