Improve composer form indentation
This commit is contained in:
parent
7d15525c7d
commit
dc8f95c74d
2 changed files with 12 additions and 2 deletions
|
@ -44,7 +44,7 @@ function setUserHostMode(app, args, mode) {
|
|||
}
|
||||
|
||||
function markServerBufferUnread(app) {
|
||||
var activeBuffer = app.state.buffers.get(app.state.activeBuffer);
|
||||
let activeBuffer = app.state.buffers.get(app.state.activeBuffer);
|
||||
if (!activeBuffer || activeBuffer.type === BufferType.SERVER) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue