mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Fix entity not found error
This commit is contained in:
@@ -408,6 +408,8 @@ export function uiPresetList(context) {
|
||||
|
||||
function updateForFeatureHiddenState() {
|
||||
|
||||
if (!context.hasEntity(_entityID)) return;
|
||||
|
||||
var geometry = context.geometry(_entityID);
|
||||
|
||||
var button = d3_selectAll('.preset-list .preset-list-button');
|
||||
|
||||
Reference in New Issue
Block a user