Skip to content

Commit

Permalink
Edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ollimeier committed Feb 26, 2025
1 parent 6eef48f commit 4a39970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontra/views/fontinfo/panel-sources.js
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ class SourceBox extends HTMLElement {
for (const item of event.newValue) {
const key = item["key"];
if (key === "attributeName") {
// Skip this, so people can edit this placeholder it.
// Skip this, so people can edit this placeholder.
continue;
}
if (!customDataNameMapping[key]) {
Expand Down

0 comments on commit 4a39970

Please sign in to comment.