save path id on path create (#849)

This commit is contained in:
Kurt Hutten
2023-10-13 10:27:25 +11:00
committed by GitHub
parent 714917429e
commit 9b7cc7afa4
2 changed files with 8 additions and 9 deletions

View File

@ -765,7 +765,6 @@ export class EngineCommandManager {
streamWidth: number
streamHeight: number
}) {
console.log('handleResize', streamWidth, streamHeight)
if (!this.engineConnection?.isReady()) {
return
}