From c8e217d0c9ca3bf8ea8bcd3a7cfb0f0072c6e9b2 Mon Sep 17 00:00:00 2001 From: Yash-Singh1 Date: Sun, 22 Aug 2021 11:47:29 -0700 Subject: [PATCH] Git graphs --- src/lib/components/editor/util.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/lib/components/editor/util.ts b/src/lib/components/editor/util.ts index f1c53e2d..013fbc62 100644 --- a/src/lib/components/editor/util.ts +++ b/src/lib/components/editor/util.ts @@ -65,7 +65,13 @@ export const initEditor = (monacoEditor): void => { 'dateFormat', 'axisFormat', 'todayMarker', - 'showData' + 'showData', + 'options', + 'commit', + 'branch', + 'merge', + 'reset', + 'checkout' ]; // Register a tokens provider for the mermaid language