merge dev, apply partey changes
This commit is contained in:
commit
689673e7cc
@ -1,3 +1,4 @@
|
|||||||
|
import {HtmlUtils} from "../../WebRtc/HtmlUtils";
|
||||||
|
|
||||||
const IGNORED_KEYS = new Set([
|
const IGNORED_KEYS = new Set([
|
||||||
'Esc',
|
'Esc',
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
import {HtmlUtils} from "../../WebRtc/HtmlUtils";
|
||||||
import {gameManager} from "../Game/GameManager";
|
import {gameManager} from "../Game/GameManager";
|
||||||
import {TextField} from "../Components/TextField";
|
import {TextField} from "../Components/TextField";
|
||||||
import {TextInput} from "../Components/TextInput";
|
import {TextInput} from "../Components/TextInput";
|
||||||
@ -77,6 +78,11 @@ export class LoginScene extends ResizableScene {
|
|||||||
this.login(this.name);
|
this.login(this.name);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.events.on('destroy', () => {
|
||||||
|
// Make sure the virtual keyboard isn't visible in the next scene
|
||||||
|
nameInputElement.blur()
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
update(time: number, delta: number): void {
|
update(time: number, delta: number): void {
|
||||||
|
@ -12,7 +12,7 @@ module.exports = {
|
|||||||
devServer: {
|
devServer: {
|
||||||
contentBase: './dist',
|
contentBase: './dist',
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
sockPort: 80,
|
sockPort: 443,
|
||||||
disableHostCheck: true,
|
disableHostCheck: true,
|
||||||
historyApiFallback: {
|
historyApiFallback: {
|
||||||
rewrites: [
|
rewrites: [
|
||||||
|
Loading…
Reference in New Issue
Block a user