microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Fixes an issue where a single click activity blocked inline editing #190

Closed janechu closed 2 years ago

janechu commented 2 years ago

Pull Request

📖 Description

This fix checks to see if a single click is on the current elements dictionary ID while it is in inline editing mode. If it is, it will ignore the single click.

👩‍💻 Reviewer Notes

This could use some manual testing vis a vis the automatically deployed site.

✅ Checklist

General