Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Allow annotation text to be selectable (#719)
Old CSS was prevent user selection of anything that wasn't a text layer div to prevent weird selection edge cases. This patch relaxes that to allow selection of `<span>`, `<p>` & `<input>` so annotation dialog text can be selected (they use `<p>`).
- Loading branch information