fix: enable auto scroll by default
This commit is contained in:
parent
0c8eea65a5
commit
64e20a1350
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ export default {
|
|||
|
||||
settings: {
|
||||
SCROLL_INTO_ENABLED:
|
||||
this.$store.state.postwoman.settings.SCROLL_INTO_ENABLED || false,
|
||||
this.$store.state.postwoman.settings.SCROLL_INTO_ENABLED || true,
|
||||
THEME_COLOR: "",
|
||||
THEME_TAB_COLOR: "",
|
||||
THEME_COLOR_VIBRANT: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue