Browse Source

disable blink features

Konstantinos Kaloutas 2 năm trước cách đây
mục cha
commit
5fd10fde64
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      src/electron/electron/window.cljs

+ 0 - 3
src/electron/electron/window.cljs

@@ -38,9 +38,6 @@
                       :webSecurity             (not dev?)
                       :contextIsolation        true
                       :spellcheck              ((fnil identity true) (cfgs/get-item :spell-check))
-                      ;; Remove OverlayScrollbars and transition `.scrollbar-spacing`
-                      ;; to use `scollbar-gutter` after the feature is implemented in browsers.
-                      :enableBlinkFeatures     'OverlayScrollbars'
                       :preload                 (path/join js/__dirname "js/preload.js")}}
                     linux?
                     (assoc :icon (path/join js/__dirname "icons/logseq.png")))