fix copy paste on macOS#121
Conversation
|
thanks, but this is handled (for win/linux at least) in https://github.com/bitshares/beet/blob/develop/src/lib/electron_context_menu.js Could you check what adjustments need to be made there instead? |
|
I don't think there is anything todo with context menu. The context menu is the menu you trigger with secondary click (right click). |
|
I love have to check but the idea was that all electron apps suffer from this and adding the context menu fixes it. If it also needs your patch, can you refactor to a separate file similar tow how context menu is handled? |
|
Since you looked into it, is that mergable? |
well..code location is fine and it looks good but have no mac to test it :) |
this patch fixes copy paste on macOS by add edit menu.