Skip to content

Commit b6bb6ff

Browse files
committed
hmm
1 parent f03ff73 commit b6bb6ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ impl Tile {
229229
}
230230

231231
self.focused = true;
232-
operation::focus("query")
232+
Task::none()
233233
}
234234

235235
Message::SearchQueryChanged(input, id) => {

0 commit comments

Comments
 (0)