ldtk icon indicating copy to clipboard operation
ldtk copied to clipboard

Bug MacOS copy/paste not working

Open afk-mario opened this issue 2 years ago • 2 comments

Can't paste on Mac in any of the text fields.

afk-mario avatar Oct 04 '22 19:10 afk-mario

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.

rafael84 avatar Sep 05 '23 11:09 rafael84

Pull request to fix this is here: https://github.com/deepnight/ldtk/pull/998

kevglass avatar Nov 13 '23 10:11 kevglass