In GitLab by on Mar 12, 2019, 15:42
So the biggest source of issues is that Mac laptops don't have right trackpad button, disabling them from using a context menu.
It seems that Mac users are used to long-press things to call a context menu. ct.js does not have this behavior.
Besides that, the debug window has a hidden title bar (with default close-minimise-maximise buttons), making it unobvious on how to close the debugger to return to the IDE.
- [x] Basic implementation of long-press event;
- [x] Add a move threshold for long-press events;
- [ ] Add a custom title bar/exit icon for the debugger window. If only I had a Mac!
该提问来源于开源项目:ct-js/ct-js