MLVETDevelopers / mlvet

Edit your videos like a doc.
https://www.mlvet.app/
Apache License 2.0
14 stars 1 forks source link

Bugfix/copy paste mac #382

Closed chloebrett closed 2 years ago

chloebrett commented 2 years ago

Resolves #264 Resolves #373

The problem this fixes:

The solution:

Please test on

So we can confirm it doesn't break anything else as I've only tested on Mac

MutazAshhab commented 2 years ago

Code looks good. I've tested it on linux, and it all woks as expected.

jhea0008 commented 2 years ago

Could we get native support for undo alongside the cut, copy and paste? Otherwise all good

chloebrett commented 2 years ago

Could we get native support for undo alongside the cut, copy and paste? Otherwise all good

We could make it work with keyboard shortcuts, but if we do this then clicking the menu buttons will only do the native event and not the app-specific undo/redo which is a bit sad. Can't think of a way around this right now. I think the current behaviour while not ideal is slightly better

chloebrett commented 2 years ago

Merging now and if there are issues / follow ups let's put them in the issues tab