ldtk
ldtk copied to clipboard
Bug MacOS copy/paste not working
Can't paste on Mac in any of the text fields.
I am building a custom engine on top of LDtk(which is amazing, BTW) leveraging custom data in tiles, like this:
{"cols": 5, "rows": 5, "collision": {"width": 74, "height": 68, "x": 4, "y": 8}}
Since copy and paste from clipboard is not working, I have to manually type everything multiple times...
I started using LDtk about two months ago, with version 1.3.3; even with version 1.3.4 the issue remains. I'm running macOS Ventura 13.5.1.
Pull request to fix this is here: https://github.com/deepnight/ldtk/pull/998