MyHomeworkSpace / client

The MyHomeworkSpace client.
MIT License
4 stars 4 forks source link

Duplicate assignment creation from #96

Closed willbarkoff closed 4 years ago

willbarkoff commented 4 years ago

Describe the bug Pressing return when creating an assignment from the planner creates two assignments.

To Reproduce Steps to reproduce the behavior:

  1. Open planner
  2. Click on the "Add" button in any box
  3. Type a name for the assignment
  4. Press enter
  5. Note that two assignments are created

Expected behavior Only one assignment should be created

Screenshots Not Applicable

Desktop (please complete the following information):

Additional context The issue was reported by @c21lj - Thanks!

Final Checklist Before submitting your issue, make sure you answer the following questions.

thatoddmailbox commented 4 years ago

Fixed in 10decdc

willbarkoff commented 4 years ago

Closed in 10decdce

willbarkoff commented 4 years ago

hmm it seems like there's a bit of a multithreading issue