Преглед изворни кода

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

Book Pauk пре 6 година
родитељ
комит
39b401994f

+ 1 - 1
client/components/Reader/Reader.vue

@@ -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>

+ 1 - 1
client/components/Reader/SetPositionPage/SetPositionPage.vue

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