excalidraw/src/scene
lissitz e920c078b9
Improve scrollbar-mouse interaction (#667)
* fix scrollbar detection on high devicePixelRatio devices

* don't create a new element on pointerdown over a scrollbar

* Return scrollbars from renderScene and use it in isOverScrollBars

* remove unneeded setState

* show default cursor when hovering or dragging a scrollbar

* disable scrollbars when in multielement mode

Co-authored-by: David Luzar <luzar.david@gmail.com>
2020-03-01 21:43:35 +01:00
..
browser-native.d.ts Move file system operations to separate module (#510) 2020-01-22 13:55:13 +01:00
comparisons.ts Canvas zooming (#716) 2020-02-15 21:03:32 +01:00
createScene.ts Make all operations on elements array immutable (#283) 2020-01-09 16:22:04 +01:00
data.ts Change the extension to .excalidraw (#858) 2020-02-29 18:42:26 +01:00
export.ts Fast & Furious (#655) 2020-02-19 17:25:01 +01:00
index.ts Resize handler detection should not be active when moving multip… (#767) 2020-02-16 22:54:50 +01:00
scrollbars.ts Improve scrollbar-mouse interaction (#667) 2020-03-01 21:43:35 +01:00
selection.ts Resize handler detection should not be active when moving multip… (#767) 2020-02-16 22:54:50 +01:00
types.ts Improve scrollbar-mouse interaction (#667) 2020-03-01 21:43:35 +01:00
zoom.ts Use meta key + wheel to zoom in/out (#769) 2020-02-16 14:38:53 +01:00