mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 22:46:38 +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