Fix entity not found error

This commit is contained in:
Quincy Morgan
2019-02-14 16:21:29 -05:00
parent ea3a85e88e
commit 75c7fd770d

View File

@@ -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');