thanhnguyen2187 / crypta

An offline-first code snippet manager
https://thanhnguyen2187.github.io/crypta/
MIT License
7 stars 0 forks source link

Buggy tagging #21

Closed thanhnguyen2187 closed 10 months ago

thanhnguyen2187 commented 10 months ago

Reproduce steps:

  1. Tag a snippet with an arbitrary text (lesson 1 for example)
  2. Save the snippet
  3. Tag another snippet with the text (lesson 1)
  4. Save the snippet

Expected: step 4 would persist data correctly.

Actual: step 4 does not persist data.

thanhnguyen2187 commented 10 months ago

Cannot really reproduce this. It seems like I forgot pressing Enter after tag submitting.

image