wekan/client
Marc Hartmayer 6476503137 Fix drag-and-drop and scrolling on mobile devices
Use drag handles on "miniscreens" whenever useful, this is especially useful on
mobile device. This should hopefully fix https://github.com/wekan/wekan/issues/2947.
While at it, simplify the condition

 Utils.isMiniScreen() ||
   (!Utils.isMiniScreen() && showDesktopDragHandles)

 to

  Utils.isMiniScreen() || showDesktopDragHandle
2020-04-23 03:02:03 +02:00
..
components Fix drag-and-drop and scrolling on mobile devices 2020-04-23 03:02:03 +02:00
config Prettier & eslint project style update 2019-06-28 12:56:51 -05:00
lib Implement option to change the first day of week in user settings 2020-04-22 19:16:05 +02:00