history.js: Do not try to move errors to the right

This commit is contained in:
Johannes Meyer 2026-05-11 09:11:13 +02:00
parent 441d580f16
commit 688593311e

View file

@ -256,7 +256,7 @@
// User navigated forward
this.icinga.ui.moveToLeft();
loadCol1 = false;
} else if (currentCol1Url === col2Url) {
} else if (col2Url && currentCol1Url === col2Url) {
// User navigated back
this.icinga.ui.moveToRight();
loadCol2 = false;