askbot-dragon 1.5.24-beta → 1.5.25-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "1.5.24-beta",
3
+ "version": "1.5.25-beta",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -233,7 +233,7 @@
233
233
  this.$emit("onRadioClick", id, name, apikey);
234
234
  },
235
235
  onImageClick(url){
236
- this.$emit('onImageClick',url)
236
+ this.$emit('onImageClick', encodeURI(url))
237
237
  },
238
238
  msgContent(content){
239
239
  console.debug('215',content)