diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-20 23:18:01 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-20 23:18:01 +0900 |
| commit | 4d73cd51886ebe65eda6af374edf019ac3493bd5 (patch) | |
| tree | 336f50c5a0ed4aa89c2231d93eda9c398679369b /src/web/app/common | |
| parent | v1406 (diff) | |
| download | misskey-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.tag | 2 |
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> |