Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 9d097a0

Browse files
committed
feat(note_tooltip): hide #geolocation
1 parent 4463f21 commit 9d097a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public/app/services/attribute_renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async function renderAttributes(attributes: FAttribute[], renderIsInheritable: b
7979
return $container;
8080
}
8181

82-
const HIDDEN_ATTRIBUTES = ["originalFileName", "fileSize", "template", "inherit", "cssClass", "iconClass", "pageSize", "viewType"];
82+
const HIDDEN_ATTRIBUTES = ["originalFileName", "fileSize", "template", "inherit", "cssClass", "iconClass", "pageSize", "viewType", "geolocation"];
8383

8484
async function renderNormalAttributes(note: FNote) {
8585
const promotedDefinitionAttributes = note.getPromotedDefinitionAttributes();

0 commit comments

Comments
 (0)