Skip to content

Commit

Permalink
Remove resize vertical
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Jun 26, 2021
1 parent dbc115d commit a7817c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codejar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export function CodeJar(editor: HTMLElement, highlight: (e: HTMLElement, pos?: P
editor.style.outline = 'none'
editor.style.overflowWrap = 'break-word'
editor.style.overflowY = 'auto'
editor.style.resize = 'vertical'
editor.style.whiteSpace = 'pre-wrap'

let isLegacy = false // true if plaintext-only is not supported
Expand Down

0 comments on commit a7817c6

Please sign in to comment.