瀏覽代碼

disable blink features

Konstantinos Kaloutas 2 年之前
父節點
當前提交
5fd10fde64
共有 1 個文件被更改,包括 0 次插入3 次删除
  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")))