فهرست منبع

Поправлена реакция на клик в строке статуса в режиме clickControl

Book Pauk 10 ماه پیش
والد
کامیت
5a910f80b3
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      client/components/Reader/TextPage/TextPage.vue

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

@@ -14,7 +14,7 @@
                 <div @copy.prevent="copyText" v-html="page2"></div>
             </div>
         </div>
-        <div v-show="showStatusBar" ref="statusBar" class="layout">
+        <div v-show="showStatusBar" ref="statusBar" class="layout" :class="{'no-events': clickControl}">
             <div v-html="statusBar"></div>
         </div>
         <div
@@ -1353,6 +1353,9 @@ export default vueComponent(TextPage);
     background-color: rgba(0,0,0,0);
 }
 
+.no-events {
+    pointer-events: none;
+}
 </style>
 <style>
 .note-para {