From d6ce92bfb3693fb67bca4a8f9f9110b758f61361 Mon Sep 17 00:00:00 2001 From: crockwave Date: Sat, 25 Jul 2020 15:25:33 -0500 Subject: [PATCH] custom CSS works by adding bind statement --- app/soapbox/features/configuration/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/soapbox/features/configuration/index.js b/app/soapbox/features/configuration/index.js index 07c2e1180..30a4e8e57 100644 --- a/app/soapbox/features/configuration/index.js +++ b/app/soapbox/features/configuration/index.js @@ -111,6 +111,7 @@ class ConfigSoapbox extends ImmutablePureComponent { }), ]); }; + this.handlecustomCSSChange = this.handleCustomCSSChange.bind(this); } getPromoItemsParams = () => { @@ -263,7 +264,7 @@ class ConfigSoapbox extends ImmutablePureComponent {


-

+

@@ -350,7 +351,7 @@ class ConfigSoapbox extends ImmutablePureComponent { - {/*
+
@@ -373,7 +374,6 @@ class ConfigSoapbox extends ImmutablePureComponent {
- */}