Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
turner committed Jul 31, 2024
1 parent ec2361f commit 0329800
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/ui/menuUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ function visibilityWindowMenuItem() {
this.browser.inputDialog.present(config, e)
}

object.addEventListener('click', click)
return {object, click}
}

Expand Down Expand Up @@ -266,7 +265,6 @@ function trackRenameMenuItem() {
this.browser.inputDialog.present(config, e)
}

object.addEventListener('click', click)
return {object, click}
}

Expand Down Expand Up @@ -319,7 +317,7 @@ function trackHeightMenuItem() {
this.browser.inputDialog.present(config, e)
}

object.addEventListener('click', dialogHandler)
// object.addEventListener('click', dialogHandler)
return {object, dialog: dialogHandler}
}

Expand Down

0 comments on commit 0329800

Please sign in to comment.