mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
Widgets implemented.
This commit is contained in:
@@ -15,7 +15,6 @@ export default class Field
|
||||
{
|
||||
this.htmlElement.addEventListener(
|
||||
'mousedown', (event) => {
|
||||
console.log(event);
|
||||
window.dispatchEvent(new TilorswiftFieldClickedEvent(this, event.button));
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user