nkh / P5-App-Asciio

Plain ASCII diagram
https://nkh.github.io/P5-App-Asciio/
51 stars 4 forks source link

dnd overlay width #177

Closed qindapao closed 7 months ago

qindapao commented 7 months ago

@nkh

I tried the drag and drop feature at work today and it was amazing. But I found a small problem

dnd_width_error

I tried to fix it, please check if it is correct. In addition, I considered that there might be double-width characters, so the string function was changed.

https://github.com/qindapao/P5-App-Asciio/tree/fix_dnd

nkh commented 7 months ago

Fixed in af7e7b7

@qindapao good catch. remember that 'is' opens a the "default.stencil" and that you can drag and drop between it and your main Asciio.

qindapao commented 7 months ago

@nkh I used it between two files and had a good experience.