jkomoros / card-web

The web app behind thecompendium.cards
Apache License 2.0
46 stars 8 forks source link

Defocusing a card while editing removes all content #608

Closed jkomoros closed 2 years ago

jkomoros commented 2 years ago

Likely broken due to work in #601

Open a card for editing, edit the text via contenteditable, and click away

jkomoros commented 2 years ago

It's not that the content goes away, it's that the content resets to the last saved value of that field of the card

jkomoros commented 2 years ago

Git bisect good: 547f34b2ec43bb475061dfeb0c01e99050fd57a6 Bad: 37d2ca14f3e23c6398ec6c801b82dee772659672

jkomoros commented 2 years ago

Bisect says 37d2ca14f3e23c6398ec6c801b82dee772659672 but... can that be right?

jkomoros commented 2 years ago

Getting a clean bisect is hard. running npm install && npm run build:clean:typescript && gulp inject-config && npm run serve for each run

jkomoros commented 2 years ago

Clean bisect: c5775acb01b7975780297c7a5e9b7ac226d7e32f which is way more believable