fix(all): user-select for desktop

This commit is contained in:
Manu Mtz.-Almeida
2018-08-12 00:20:11 +02:00
parent 1e1964dd77
commit 2d70ee4ca9
10 changed files with 26 additions and 47 deletions

View File

@ -1,4 +1,4 @@
import { Component, Element, Event, EventEmitter, Prop, QueueApi } from '@stencil/core';
import { Component, Element, Prop, QueueApi } from '@stencil/core';
import { Gesture, GestureDetail, Mode, PickerColumn } from '../../interface';
import { hapticSelectionChanged } from '../../utils';