From a3fc21789d4a77e2fde775e632f56e728ebbc021 Mon Sep 17 00:00:00 2001 From: thuhole Date: Tue, 21 Jul 2020 17:36:24 +0800 Subject: [PATCH] bug fix --- src/Config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Config.js b/src/Config.js index c8ba86c..b2b0dc1 100644 --- a/src/Config.js +++ b/src/Config.js @@ -26,6 +26,7 @@ const DEFAULT_CONFIG = { pressure: false, easter_egg: true, color_scheme: 'default', + fold: true, block_words: [], };