xie.bx 2 роки тому
батько
коміт
e931f24db7
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      im-ui/src/api/emotion.js

+ 0 - 1
im-ui/src/api/emotion.js

@@ -18,7 +18,6 @@ let textToImg = (emoText) => {
 	if(idx==-1){
 		return emoText;
 	}
-	return emoText;
 	let url = require(`@/assets/emoji/${idx}.gif`);
 	return `<img src="${url}" style="width:40px;height:40px;vertical-align:bottom;"/>`
 }