Мелкие поправки
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
</el-button>
|
||||
</el-tooltip>
|
||||
<div class="space"></div>
|
||||
<el-tooltip content="История" :open-delay="1000" effect="light">
|
||||
<el-tooltip content="Открыть недавние" :open-delay="1000" effect="light">
|
||||
<el-button ref="history" class="tool-button" :class="buttonActiveClass('history')" @click="buttonClick('history')"><i class="el-icon-document"></i></el-button>
|
||||
</el-tooltip>
|
||||
</div>
|
||||
|
||||
@@ -42,7 +42,7 @@ class SetPositionPage extends Vue {
|
||||
|
||||
this.debouncedEmitPosChange = _.debounce((newValue) => {
|
||||
this.$emit('book-pos-changed', {bookPos: newValue});
|
||||
}, 500);
|
||||
}, 300);
|
||||
}
|
||||
|
||||
formatTooltip(val) {
|
||||
|
||||
Reference in New Issue
Block a user