mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Never show the preset list when hover-selecting
This commit is contained in:
@@ -52,6 +52,9 @@ export function uiInspector(context) {
|
||||
editorPane = wrap.selectAll('.entity-editor-pane');
|
||||
|
||||
function shouldDefaultToPresetList() {
|
||||
// always show the inspector on hover
|
||||
if (_state !== 'select') return false;
|
||||
|
||||
// can only change preset on single selection
|
||||
if (_entityIDs.length !== 1) return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user