You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please specify what version of the library you are using: [v3.15.1]
Expected / Desired Behavior / Question
It looks it is not possible to select a text within the code editor using the mouse. This was not working for 3.14.0, but it worked for 3.12.0 -> maybe something changed in ace-editor (the library seems to be updated)?
I tried to set ace-editor options (selectionStyle: 'text'), but it did not help.
Observed Behavior
Selection works on keyboard only
Steps to Reproduce
Add PropertyFieldCodeEditor to an empty solution - the content is not selectable using th mouse
Thanks
The text was updated successfully, but these errors were encountered:
Category
Version
Please specify what version of the library you are using: [v3.15.1]
Expected / Desired Behavior / Question
It looks it is not possible to select a text within the code editor using the mouse. This was not working for 3.14.0, but it worked for 3.12.0 -> maybe something changed in ace-editor (the library seems to be updated)?
I tried to set ace-editor options (
selectionStyle: 'text'
), but it did not help.Observed Behavior
Selection works on keyboard only
Steps to Reproduce
Add
PropertyFieldCodeEditor
to an empty solution - the content is not selectable using th mouseThanks
The text was updated successfully, but these errors were encountered: