bpmn-js/lib/features/label-editing
Nico Rehwaldt 7e928ec709 fix(label-editing): use new isTouch detection for conditional activation
Chrome and other modern desktop browsers
ship with touch features out of the box.

Because of that, it is not possible to use
the check

```
'ontouchstart' in document.documentElement
```
2017-12-08 19:32:13 +01:00
..
cmd feat(label-editing): improve text annotation editing 2017-07-25 15:05:35 +02:00
LabelEditingPreview.js feat(label-editing): improve text annotation editing 2017-07-25 15:05:35 +02:00
LabelEditingProvider.js fix(label-editing): use new isTouch detection for conditional activation 2017-12-08 19:32:13 +01:00
LabelUtil.js fix(modeling): mark elements as changed during label update 2016-03-03 17:27:57 +01:00
index.js feat(label-editing): improve text annotation editing 2017-07-25 15:05:35 +02:00