From aa6c9a4ba08e28cbcb2199bf9661255288f329bd Mon Sep 17 00:00:00 2001 From: C?dric Krier Date: Tue, 10 May 2016 10:25:19 +0200 Subject: [PATCH] Correctly set selection after get_selection in domain_parser issue5537 review23051002 --- src/screen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screen.js b/src/screen.js index 72a4f48..df7bace 100644 --- a/src/screen.js +++ b/src/screen.js @@ -1216,7 +1216,7 @@ if (props.selection instanceof Array) { continue; } - this.get_selection(props).then(set_selection); + this.get_selection(props).then(set_selection(props)); } if ('arch' in view_tree) {