Commit 6622cde6 authored by Jacob Schatz's avatar Jacob Schatz

Fixes scroll helper. Does not work on mac.

parent f1d9be0a
......@@ -16,7 +16,7 @@ const ScrollHelper = {
$rulerContainer.appendTo('body');
const scrollWidth = $ruler.outerWidth();
const scrollWidth = $ruler.get(0).offsetWidth;
$rulerContainer.remove();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment