herbix / hoi4modutilities

A VSCode extension that contains utilities for Heart of Iron IV mods developers
MIT License
74 stars 9 forks source link

[BUG] Right-click menu makes it harder to move the map #41

Closed Makkkkus closed 2 years ago

Makkkkus commented 2 years ago

Describe the bug If you open the map by clicking view map and you try moving around the map by right clicking, a right-click menu appears, which prevents you from moving the map around. Every time you want to move, you have to left-click to remove the menu, and then drag again.

To Reproduce Steps to reproduce the behavior:

  1. Press Ctrl-Shift-P
  2. Search for Preview World Map
  3. Move the map by right-clicking
  4. See error

Expected behavior I don't expect the right-click menu to open.

Screenshots image

Desktop (please complete the following information):

herbix commented 2 years ago

It seems that it's caused by VSCode update. Let me fix it.

herbix commented 2 years ago

Fixed in 0.4.8.

Makkkkus commented 2 years ago

Thank you!