jongacnik / kirby-fields-block

Kirby block preview plugin to directly render block fields
MIT License
109 stars 5 forks source link

fix: enable select text by dblclick #8

Closed dennisbaum closed 2 years ago

dennisbaum commented 2 years ago

first i would like to thank you for that plugin. i tried to fix the issue with not being able to select text by dblclick.
i add a condition to not preventDefault, if the event target tagName is input or textarea.
i am not yet 100% sure, if that are the only tags which should avoid that - if that's even possible...
it would be nice to hear your opinion. thx!

dennisbaum commented 2 years ago

just realized, it's a bit more difficult, if writer fields are included :(