mirror of
https://codeberg.org/emersion/gamja
synced 2025-04-22 01:23:56 +02:00
components/app: add missing break
This commit is contained in:
parent
35e924258a
commit
6747c03a75
@ -1142,6 +1142,7 @@ export default class App extends Component {
|
|||||||
this.openURL(this.autoOpenURL);
|
this.openURL(this.autoOpenURL);
|
||||||
this.autoOpenURL = null;
|
this.autoOpenURL = null;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case "JOIN":
|
case "JOIN":
|
||||||
channel = msg.params[0];
|
channel = msg.params[0];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user