Skip to content

Crash while editing a show rule #38

@UserTeemu

Description

@UserTeemu

Environment

  • Typstudio v0.1.0-dev.32
  • Windows 10
  • Typst CLI is also installed

Steps to reproduce

  1. Open Typstudio and create a project with the following main.typ file:
#let kilometer = math.upright("km")
#let hour = math.upright("h")

#show math.equation: it => {
    it.body.fields()
}

The plane is traveling at the velocity of $2 (kilometer)/hour$
  1. Highlight ".fields()" on line 5.
  2. Press backspace.
  3. Press backspace again (to try remove the y).
  4. Crash!
typstudio.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions