Closed w-A-L-L-e closed 1 year ago
When double clicking some weird selection is made sometimes (and its not in the place where you clicked):
So selecting some text like this (which is on jsoneditoronline.org) does not work in my vue3 application with this json-editor-vue:
I can't reproduce your problem on https://cloydlau.github.io/demo/json-editor-vue.html (a minimal json-editor-vue demo, using Vue 3 too). This could due to external reasons like browser plugins. Please provide a minimal reproduction so that I can look into this, thanks.
Editor works in table mode. But in text mode you can edit the text but the cursor is not visible (no blinking cursor). Also you can highlight and then remove but you do not see you highlighted text:
in package.json:
Using "vue": "^3.2.41", and vite for minify (but issue is present both in development npm run dev and in production mode). When on a line you do see it highlighted but you can't select part or multiple lines and see the dark selected text like you can on https://jsoneditoronline.org/