Skip to content

Commit

Permalink
feat: Remove the book emoji option from the multiline editor
Browse files Browse the repository at this point in the history
  • Loading branch information
KallynGowdy committed Nov 16, 2021
1 parent 1cc1533 commit f5acd26
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/aux-vm/managers/PortalManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ export const DEFAULT_SCRIPT_PREFIXES: ScriptPrefix[] = [
isDefault: true,
isFallback: true,
},
{
prefix: '📖',
language: 'javascript',
isDefault: false,
},
];

/**
Expand Down

0 comments on commit f5acd26

Please sign in to comment.