zsviczian / obsidian-excalidraw-plugin

A plugin to edit and view Excalidraw drawings in Obsidian
4.29k stars 233 forks source link

Mobile QoL Improvement: Don't open context menu on pen long press #2111

Open alkuzman opened 2 weeks ago

alkuzman commented 2 weeks ago

Is your feature request related to a problem? Please describe.

The context menu opens almost always while moving, resizing, or editing objects. This is true if the movement is a very small adjustment. This makes fine-tuning illustrations on tablet a very irritating process.

Describe the solution you'd like

Disable long press context menu when using pen. Long press with finger is enough to support context menus.

Real-life usage scenarios

Small adjustments with tablet pen:

  1. Resize
  2. Rotate
  3. Crop
  4. Edit line points
  5. ...

Describe alternatives you've considered

Currently, I make a bigger movement with the pen and then go back where I want to, which prevents the opening of the context menu.

Additional context

No response