Revert "disable blink features"

This reverts commit 5fd10fde64.
This commit is contained in:
Konstantinos Kaloutas
2023-01-16 16:32:59 +02:00
parent 5fd10fde64
commit fa6aca7a75

View File

@@ -38,6 +38,9 @@
: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")))