feat: allow user to set TOC display preference (#6943)

Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
Hemachandar
2024-06-16 21:51:08 +05:30
committed by GitHub
parent 3d0160463c
commit 05c1bee412
12 changed files with 222 additions and 150 deletions

View File

@@ -36,4 +36,7 @@ export class EditorStyleHelper {
/** Minimum padding around editor */
static readonly padding = 32;
/** Table of contents width */
static readonly tocWidth = 256;
}