mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-14 19:49:04 +08:00
typo
This commit is contained in:
parent
529b8dc895
commit
66f5a86827
@ -43,7 +43,7 @@ export function pushEvent(name, payload) {
|
||||
let yuvWorker;
|
||||
|
||||
export function draw(frame) {
|
||||
if (yuvvWorker) yuvWorker.postMessage(frame);
|
||||
if (yuvWorker) yuvWorker.postMessage(frame);
|
||||
}
|
||||
|
||||
export function setConn(conn) {
|
||||
|
Loading…
Reference in New Issue
Block a user