feat: Added "Table of contents" option to Super notes toolbar

This commit is contained in:
Aman Harwara
2023-10-18 01:56:02 +05:30
parent e993cd88e4
commit 7f14fe6342
5 changed files with 101 additions and 30 deletions

View File

@@ -67,7 +67,7 @@ const StyledTooltip = ({
const clickProps = isMobile
? {}
: {
onClick: () => setForceOpen(false),
onClick: () => tooltip.hide(),
}
useEffect(() => {