KASM-7660 Fix "Exception using multi-monitor: HTMLElement object could not be cloned" (#163)
This commit is contained in:
parent
77f29babbc
commit
5e83e8d452
|
|
@ -1335,6 +1335,7 @@ export default class Display {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'img':
|
case 'img':
|
||||||
|
case '_img':
|
||||||
secondaryScreenRects++;
|
secondaryScreenRects++;
|
||||||
if (this._screens[screenLocation.screenIndex].channel) {
|
if (this._screens[screenLocation.screenIndex].channel) {
|
||||||
this._screens[screenLocation.screenIndex].channel.postMessage({
|
this._screens[screenLocation.screenIndex].channel.postMessage({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue