(img, mimetype)
| 177 | } |
| 178 | |
| 179 | loaded(img, mimetype) { |
| 180 | this.img = img; |
| 181 | this.mimetype = mimetype; |
| 182 | this.loading = false; |
| 183 | if (this.doLater) { |
| 184 | this.doLater(img); |
| 185 | this.doLater = null; |
| 186 | } |
| 187 | } |
| 188 | |
| 189 | getAvailableOptions() { |
| 190 | if (this.main.params.how_to_paste_actions) { |