[mirotalksfu] - #194 Fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2025-02-22 22:07:54 +01:00
الأصل a30f211c74
التزام 2ac6fc26c0

عرض الملف

@@ -276,7 +276,9 @@ class VirtualBackground {
this.gifAnimation = null;
}
if (!this.gifCanvas) {
this.gifCanvas = document.createElement('canvas');
}
gifler(src).get((animation) => {
this.gifAnimation = animation;