diff --git a/src/popup/index.js b/src/popup/index.js index 03b9b94a2..f97650511 100644 --- a/src/popup/index.js +++ b/src/popup/index.js @@ -299,12 +299,6 @@ export default createComponent({ this.$emit('click-overlay'); if (this.closeOnClickOverlay) { - // TODO - // if (this.onClickOverlay) { - // this.onClickOverlay(); - // } else { - // this.close(); - // } this.close(); } },