Upgrade hooks editor to comp.

This commit is contained in:
muzam1l
2022-07-11 20:19:55 +05:30
parent 1295e7fa41
commit 243cbfec08
5 changed files with 24 additions and 28 deletions

View File

@@ -20,7 +20,7 @@ export const compileCode = async (activeId: number) => {
}
// Bail out if we're already compiling
if (state.compiling) {
// if compiling is ongoing return
// if compiling is ongoing return // TODO Inform user about it.
return;
}
// Set loading state to true