fix?
This commit is contained in:
@@ -212,7 +212,7 @@ class QuixoticApp {
|
||||
public async convertVideo(videoId: string, title: string, url: string): Promise<void> {
|
||||
console.log('🎵 CONVERT VIDEO CALLED:', { videoId, title, url });
|
||||
console.log('🔧 Telegram WebApp available:', !!this.tg);
|
||||
const videoElement = (event as any)?.currentTarget as HTMLElement;
|
||||
const videoElement = document.activeElement as HTMLElement;
|
||||
if (videoElement) {
|
||||
videoElement.classList.add('tg-list-item--converting');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user