Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash while editing a show rule #38

Open
UserTeemu opened this issue Dec 16, 2023 · 0 comments
Open

Crash while editing a show rule #38

UserTeemu opened this issue Dec 16, 2023 · 0 comments

Comments

@UserTeemu
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant