Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
(add) editor init string with reture 0;
Browse files Browse the repository at this point in the history
  • Loading branch information
rycont committed Feb 3, 2020
1 parent b61e8be commit 59b398e
Show file tree
Hide file tree
Showing 4 changed files with 7,424 additions and 19 deletions.
5 changes: 3 additions & 2 deletions content/constants.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
export default {
INIT_STRING: `#include <stdio.h>
int main() {
return 0;
}`,
supportFonts: `'D2Coding ligature', D2Coding, monospace`,
supportFonts: `'D2Coding ligature', 'D2Coding', 'monospace'`,
id: {
toggleButton: 'edit_area_toggle_checkbox_source'
}
Expand Down
4 changes: 1 addition & 3 deletions content/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,4 @@ chrome.storage.sync.get(
// Auto Enable Ace editor

// set submit shortcut
submitWith('F9');

// get problem information from before page
submitWith('F9');
Loading

0 comments on commit 59b398e

Please sign in to comment.