You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Normally the editor will load automatically upon detecting interaction activity. This is to optimize page-load as editors can be heavy when fully featured.
46
+
//
47
+
// When this is set to:
48
+
// - "force" - the editor will always load eagerly
49
+
// - "onclick" - the editor will only load when the user clicks that they want to edit
50
+
// - "never" - the editor is entirely disabled and the left-hand side is just a highlighted code snippet
0 commit comments