mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-03-08 12:13:03 +01:00
Fix wording in comment
This commit is contained in:
parent
9098478faf
commit
93e42772bc
@ -41,7 +41,7 @@ export default class Mouse {
|
||||
|
||||
// ===== EVENT HANDLERS =====
|
||||
|
||||
this.onmousebutton = () => {}; // Handler for mouse button click/release
|
||||
this.onmousebutton = () => {}; // Handler for mouse button press/release
|
||||
this.onmousemove = () => {}; // Handler for mouse movement
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user