summaryrefslogtreecommitdiff
path: root/src/web/app/common
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-20 23:18:01 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-20 23:18:01 +0900
commit4d73cd51886ebe65eda6af374edf019ac3493bd5 (patch)
tree336f50c5a0ed4aa89c2231d93eda9c398679369b /src/web/app/common
parentv1406 (diff)
downloadmisskey-4d73cd51886ebe65eda6af374edf019ac3493bd5.tar.gz
misskey-4d73cd51886ebe65eda6af374edf019ac3493bd5.tar.bz2
misskey-4d73cd51886ebe65eda6af374edf019ac3493bd5.zip
[Client] Fix bug
Diffstat (limited to 'src/web/app/common')
-rw-r--r--src/web/app/common/tags/reaction-picker.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/tags/reaction-picker.tag b/src/web/app/common/tags/reaction-picker.tag
index 688ccc32a3..eaba18a702 100644
--- a/src/web/app/common/tags/reaction-picker.tag
+++ b/src/web/app/common/tags/reaction-picker.tag
@@ -99,7 +99,7 @@
scale: 0.5,
duration: 200,
easing: 'easeInBack',
- complete: this.unmount
+ complete: () => this.unmount()
});
};
</script>