Correctly set selection after get_selection in domain_parser

issue5537
review23051002
This commit is contained in:
C?dric Krier 2016-05-10 10:25:19 +02:00
parent 349e22c909
commit aa6c9a4ba0

View file

@ -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) {