fix(scrollbar): revert formatting

This commit is contained in:
Tomasz Borychowski 2020-08-28 11:56:10 +01:00
parent bc1165ef3e
commit 03a7da0795

View file

@ -19,5 +19,4 @@ Meteor.startup(() => {
} else {
Meteor.settings.public.SCROLLDELTAFACTOR = 'auto';
}
});