mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01:00
components/app: fix missing semicolons
This commit is contained in:
parent
26cc073f41
commit
08578c9a21
@ -1840,9 +1840,9 @@ export default class App extends Component {
|
|||||||
composerReadOnly = true;
|
composerReadOnly = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
let commandOnly = false
|
let commandOnly = false;
|
||||||
if (activeBuffer && activeBuffer.type === BufferType.SERVER) {
|
if (activeBuffer && activeBuffer.type === BufferType.SERVER) {
|
||||||
commandOnly = true
|
commandOnly = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user