mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-22 15:38:49 +00:00
Remove unnecessary constructor parameter from Cursor
This commit is contained in:
parent
3043216b63
commit
1ff792cf4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue