summaryrefslogtreecommitdiffstats
path: root/html/src/components/app.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'html/src/components/app.tsx')
-rw-r--r--html/src/components/app.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/src/components/app.tsx b/html/src/components/app.tsx
index 77fc4b3..15815ab 100644
--- a/html/src/components/app.tsx
+++ b/html/src/components/app.tsx
@@ -42,6 +42,7 @@ const termOptions = {
brightCyan: '#37e6e8',
brightWhite: '#f1f1f0',
} as ITheme,
+ allowProposedApi: true,
} as ITerminalOptions;
export class App extends Component {