Skip to content

Commit

Permalink
Merge pull request #4983 from camptocamp/merge23
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'origin/2.3' into 2.4
  • Loading branch information
sbrunner committed Jun 28, 2019
2 parents 9782f4f + c4b0673 commit d99ac90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contribs/gmf/src/query/windowComponent.js
Expand Up @@ -254,7 +254,8 @@ export function QueryWindowController(
if (newQueryResult.total > 0) {
this.show();
} else if (oldQueryResult !== newQueryResult) {
this.close();
this.open = false;
this.clear();
}
});
}
Expand Down

0 comments on commit d99ac90

Please sign in to comment.