mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-19 23:39:58 -05:00
search: prevent shaky while typing, prevent clipboard scrolling to bottom
This commit is contained in:
@@ -39,6 +39,7 @@ Scope {
|
||||
|
||||
anchors {
|
||||
top: true
|
||||
bottom: true
|
||||
}
|
||||
|
||||
HyprlandFocusGrab {
|
||||
@@ -81,6 +82,7 @@ Scope {
|
||||
|
||||
function setSearchingText(text) {
|
||||
searchWidget.setSearchingText(text);
|
||||
searchWidget.focusFirstItemIfNeeded();
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
|
||||
Reference in New Issue
Block a user