From 4d73cd51886ebe65eda6af374edf019ac3493bd5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 20 Mar 2017 23:18:01 +0900 Subject: [Client] Fix bug --- src/web/app/common/tags/reaction-picker.tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/app/common') 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() }); }; -- cgit v1.2.3-freya