bug fix
This commit is contained in:
parent
7bde8a3713
commit
12ab22e048
@ -287,4 +287,4 @@ class MultipleSessions: Reactor.Component {
|
||||
}
|
||||
}
|
||||
|
||||
view.on("size", function() { app.multipleSessions.onSize(); });
|
||||
view.on("size", function() { if (app.multipleSessions) app.multipleSessions.onSize(); });
|
@ -668,7 +668,7 @@ function checkConnectStatus() {
|
||||
}
|
||||
if (handler.recent_sessions_updated()) {
|
||||
stdout.println("recent sessions updated");
|
||||
app.multipleSessions.update();
|
||||
app.update();
|
||||
}
|
||||
checkConnectStatus();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user