mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
fix: Add missing sessionViewElement property to LifecycleEventManager
This commit is contained in:
parent
bed01f67c2
commit
ac5c71c014
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ export type { LifecycleEventManagerCallbacks } from './interfaces.js';
|
|||
export class LifecycleEventManager extends ManagerEventEmitter {
|
||||
private callbacks: LifecycleEventManagerCallbacks | null = null;
|
||||
private session: Session | null = null;
|
||||
private sessionViewElement: HTMLElement | null = null;
|
||||
private touchStartX = 0;
|
||||
private touchStartY = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue