Мелкие поправки

This commit is contained in:
Book Pauk
2019-01-30 17:07:30 +07:00
parent df1805df5b
commit 39b401994f
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ class SetPositionPage extends Vue {
this.debouncedEmitPosChange = _.debounce((newValue) => {
this.$emit('book-pos-changed', {bookPos: newValue});
}, 500);
}, 300);
}
formatTooltip(val) {