mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Skip loading gravatars if user has third party icons deselected
This commit is contained in:
@@ -28,7 +28,7 @@ import {
|
||||
export function uiNoteEditor(context) {
|
||||
var dispatch = d3_dispatch('change');
|
||||
var quickLinks = uiQuickLinks();
|
||||
var noteComments = uiNoteComments();
|
||||
var noteComments = uiNoteComments(context);
|
||||
var noteHeader = uiNoteHeader();
|
||||
|
||||
// var formFields = uiFormFields(context);
|
||||
|
||||
Reference in New Issue
Block a user