mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Comment out cache in getIssuesForEntityWithID
It seems like entity editor draws before the validator runs so the rendered list is often one history change behind.
This commit is contained in:
@@ -14,11 +14,11 @@ export function uiEntityIssues(context) {
|
||||
var _entityID;
|
||||
|
||||
|
||||
context.validator().on('reload.entity_issues', function() {
|
||||
_selection.selectAll('.entity-issues')
|
||||
.call(render);
|
||||
update();
|
||||
});
|
||||
// context.validator().on('reload.entity_issues', function() {
|
||||
// _selection.selectAll('.entity-issues')
|
||||
// .call(render);
|
||||
// update();
|
||||
// });
|
||||
|
||||
|
||||
function clamp(num, min, max) {
|
||||
|
||||
Reference in New Issue
Block a user