From b404ecf2ac53f6c516a2532fa468b1cb9ac3d74e Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Mon, 26 Jun 2023 16:05:08 +0800 Subject: [PATCH] fix-gitbook-toc-float-drawer --- themes/gitbook/LayoutBase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/gitbook/LayoutBase.js b/themes/gitbook/LayoutBase.js index 9469bbe7..98883245 100644 --- a/themes/gitbook/LayoutBase.js +++ b/themes/gitbook/LayoutBase.js @@ -112,7 +112,7 @@ const LayoutBase = (props) => { - {showTocButton && !tocVisible &&
+ {showTocButton && !tocVisible &&
}