Ensure newly shown windows are popped to the top of the zorder

This commit is contained in:
Brad Davis 2016-07-07 13:16:59 -07:00
parent eafd8999bc
commit 23700dc90f

View file

@ -209,6 +209,9 @@ Fadable {
var targetVisibility = getTargetVisibility();
if (targetVisibility === visible) {
if (force) {
window.raise();
}
return;
}