[PALEMOON] about:sessionrestore - fix an error "treeView.treeBox is null" in aboutSessionRestore.js

Issue #350
This commit is contained in:
janekptacijarabaci 2018-07-03 20:18:44 +02:00 committed by Roy Tam
commit 1126ed480b

View file

@ -134,6 +134,9 @@ function onListClick(aEvent) {
if (aEvent.button == 2)
return;
if (!treeView.treeBox) {
return;
}
var cell = treeView.treeBox.getCellAt(aEvent.clientX, aEvent.clientY);
if (cell.col) {
// Restore this specific tab in the same window for middle/double/accel clicking