There was an error while loading. Please reload this page.
1 parent 588f1f3 commit 8f2ad17Copy full SHA for 8f2ad17
src/index.ts
@@ -62,7 +62,7 @@ export function inputDialog(
62
url: string,
63
inputCode: string
64
): Promise<Contents.IModel | null> {
65
- return await showDialog({
+ return showDialog({
66
title: 'Save Code Snippet',
67
body: new RenameHandler(),
68
focusNodeSelector: 'input',
0 commit comments