mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2026-03-18 05:12:23 +01: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