()
| 166 | } |
| 167 | |
| 168 | async onAITranslate () { |
| 169 | this.openModalView(new AITranslateConfirmModal(this.level)) |
| 170 | } |
| 171 | |
| 172 | showLoading ($el) { |
| 173 | if ($el == null) { $el = this.$el.find('.outer-content') } |
nothing calls this directly
no outgoing calls
no test coverage detected