feat: Added "Table of contents" option to Super notes toolbar
This commit is contained in:
@@ -67,7 +67,7 @@ const StyledTooltip = ({
|
||||
const clickProps = isMobile
|
||||
? {}
|
||||
: {
|
||||
onClick: () => setForceOpen(false),
|
||||
onClick: () => tooltip.hide(),
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user