1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2025-02-18 13:29:36 +01:00
excalidraw/src
Christopher Chedeau c2a3b67ccc
Fix scrollbar (#735)
The computation was not correct. I'm not really sure how it used to work but it was not taking into account the dimensions of the scene so it was wrong.

The new algorithm is computing the scrollbar such that it's the position of the viewport in relationship to the bounding box of the viewport and all the elements.

Fixes #680
2020-02-08 16:20:14 -08:00
..
actions move footer into layerUI & refactor ActionManager (#729) 2020-02-07 23:46:19 +01:00
components Remove previously loaded scenes (#734) 2020-02-08 15:05:38 -08:00
element Improve pasting (#723) 2020-02-07 18:42:24 +01:00
locales Remove previously loaded scenes (#734) 2020-02-08 15:05:38 -08:00
renderer Fix issues related to history (#701) 2020-02-05 19:47:10 +01:00
scene Fix scrollbar (#735) 2020-02-08 16:20:14 -08:00
appState.ts move footer into layerUI & refactor ActionManager (#729) 2020-02-07 23:46:19 +01:00
bug-issue-template.js fix: typos (#540) 2020-01-24 21:02:55 +01:00
clipboard.ts Improve pasting (#723) 2020-02-07 18:42:24 +01:00
global.d.ts support export canvas to clipboard (#232) 2020-01-09 17:37:08 +01:00
history.ts Fix issues related to history (#701) 2020-02-05 19:47:10 +01:00
i18n.ts Add Polish language support (#725) 2020-02-07 12:37:33 +01:00
index-node.ts SVG export (#598) 2020-01-28 12:25:13 -08:00
index.tsx Fix scrollbar (#735) 2020-02-08 16:20:14 -08:00
keys.ts Panning with space key (#579) 2020-01-30 17:08:59 -03:00
math.ts Reintroduce multi-point arrows and add migration for it (#635) 2020-02-01 15:49:18 +04:00
react-app-env.d.ts TS, Prettier, Eslint (#39) 2020-01-02 11:03:48 -08:00
shapes.tsx Improve pasting (#723) 2020-02-07 18:42:24 +01:00
styles.scss Remove previously loaded scenes (#734) 2020-02-08 15:05:38 -08:00
theme.css Use relative CSS units (#484) 2020-01-20 14:59:00 -08:00
types.ts move footer into layerUI & refactor ActionManager (#729) 2020-02-07 23:46:19 +01:00
utils.ts rewrite clipboard handling (#689) 2020-02-04 11:50:18 +01:00
zindex.test.ts Set Trailing Cmma to (#525) 2020-01-24 12:04:54 +02:00
zindex.ts fix: typos (#540) 2020-01-24 21:02:55 +01:00