Added toggle for enabling/disabling auto scrolling (scrollInto functionality)

This commit is contained in:
Dmitry Yankowski
2020-02-24 10:54:22 -05:00
parent 08bb47da1d
commit 0c8eea65a5
5 changed files with 33 additions and 6 deletions

View File

@@ -1,6 +1,12 @@
import Vue from "vue";
export const SETTINGS_KEYS = [
/**
* Whether or not to enable scrolling to a specified element, when certain
* actions are triggered.
*/
"SCROLL_INTO_ENABLED",
/**
* The CSS class that should be applied to the root element.
* Essentially, the name of the background theme.