lgessler / glam

(WIP) a webapp for language documentation
Eclipse Public License 2.0
40 stars 3 forks source link

Untokenized text overflows in tokenization views #25

Closed lgessler closed 7 months ago

lgessler commented 9 months ago

Description

Untokenized text overflows in tokenization views

To Reproduce

Steps to reproduce the behavior:

  1. Put some very long text into a document
  2. Observe that it overflows off the screen

Expected Behavior

Make text wrap instead. Ideally, also distinguish between line wraps caused by a newline character \n and those that are not.

lgessler commented 7 months ago

Old frontend is getting removed.