mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02:00
remove unused event listeners
This commit is contained in:
parent
d9a39553bd
commit
6ec429fa0b
1 changed files with 0 additions and 6 deletions
|
@ -1088,12 +1088,6 @@ function loaded() {
|
|||
showSaveUserDataButton();
|
||||
});
|
||||
|
||||
elJSONEditor.addEventListener('mouseenter', function() {
|
||||
console.log('mouse in the json editor')
|
||||
})
|
||||
elJSONEditor.addEventListener('mouseleave', function() {
|
||||
console.log('mouse leaves the json editor')
|
||||
})
|
||||
var colorChangeFunction = createEmitColorPropertyUpdateFunction(
|
||||
'color', elColorRed, elColorGreen, elColorBlue);
|
||||
elColorRed.addEventListener('change', colorChangeFunction);
|
||||
|
|
Loading…
Reference in a new issue