From e7f0f136b474f6461c12190df6cb0d9223484f88 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 12 Jan 2015 12:52:53 +0000 Subject: focus input text field again after updating graph --- html/js/git-deps-graph.coffee | 1 + 1 file changed, 1 insertion(+) (limited to 'html') diff --git a/html/js/git-deps-graph.coffee b/html/js/git-deps-graph.coffee index 200bf32..62a614b 100644 --- a/html/js/git-deps-graph.coffee +++ b/html/js/git-deps-graph.coffee @@ -182,6 +182,7 @@ draw_graph = (commitish) -> update_rect_explored() return new_data_notification new_data + d3.select('.commitish input').node().focus() update_cola() -- cgit