mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
* Issue 2117: Created a test to reproduce the issue Note: Test is currently fainling before the actual fix * Issue 2117: Check for the existenc of the key * Bug is caused by an incorrect event triggered by Edge * The event is missing the key property * To fix the bug, check for the existence of the property before checking the length property * Issue 2117: Reset delay in test --------- Co-authored-by: Dominikus Hellgartner <dominikus.hellgartner@gmail.com>