floating-vue
floating-vue copied to clipboard
Wrong position in Electron 21 and Vue2
Hi, I observed it first in https://github.com/Akryum/vue-mention, did some research and found out the problem is from this library.
What is happening is that on web browsers: Chrome, Edge, Firefox eveything is placed where it should be. Meanwhile on Electron it gets placed in the top left corner. My guest it's that it fails to compute the translate values when it's used in Electron.
https://github.com/Akryum/vue-mention/issues/88
Is there a fix for this?
Same issue here
same issue :(
Any progress on this? Makes this library basically un-useable in electron.