mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-22 02:31:31 +02:00
Remove unnecessary constructor parameter from Cursor
This commit is contained in:
parent
3043216b63
commit
1ff792cf4b
@ -9,7 +9,7 @@ import { supportsCursorURIs, isTouchDevice } from './browser.js';
|
||||
const useFallback = !supportsCursorURIs() || isTouchDevice;
|
||||
|
||||
export default class Cursor {
|
||||
constructor(container) {
|
||||
constructor() {
|
||||
this._target = null;
|
||||
|
||||
this._canvas = document.createElement('canvas');
|
||||
|
Loading…
x
Reference in New Issue
Block a user