mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Remove delay in opening the edit menu
Don't show the edit menu for multiple selected relations Streamline edit menu code, replacing the confusing "suppressMenu" system
This commit is contained in:
@@ -30,8 +30,6 @@ export function uiEditMenu(context) {
|
||||
var editMenu = function(selection) {
|
||||
if (!_operations.length) return;
|
||||
|
||||
selection.node().focus();
|
||||
|
||||
var offset = [0, 0];
|
||||
var viewport = context.surfaceRect();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user