settings-search: isolate cursor blinking in a separate layer.

This commit is contained in:
Lemmy
2026-01-28 19:45:04 -05:00
parent 0a88e3619d
commit e2f2416079
@@ -739,6 +739,7 @@ Item {
inputIconName: "search"
visible: opacity > 0
opacity: root.sidebarExpanded ? 1.0 : 0.0
layer.enabled: true // Isolate cursor blink rendering for Nvidia compatibility
Behavior on opacity {
NumberAnimation {