pinafore/src/routes/_components/dialog
Nolan Lawson b2d7fad435
perf: only update draggable x/y state at end of drag (#1379)
* perf: only update draggable x/y state at end of drag

This is more intelligent and more performant than using requestIdleCallback willy-nilly. We can just update the store when the user is actually done dragging the button.

* remove console.log

* consistent syntax
2019-08-07 20:38:01 -07:00
..
components perf: only update draggable x/y state at end of drag (#1379) 2019-08-07 20:38:01 -07:00
creators chore: update standard to v13 (#1370) 2019-08-03 13:49:37 -07:00
helpers chore: update standard to v13 (#1370) 2019-08-03 13:49:37 -07:00
asyncDialogs.js feat: add ability to set focal points for media (#1303) 2019-07-07 00:14:19 -07:00