mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
removed forgotten console.logs
This commit is contained in:
@@ -394,7 +394,7 @@ export default class AttributeEditorWidget extends TabAwareWidget {
|
||||
}
|
||||
}
|
||||
|
||||
showHelpTooltip() {console.log("showHelpTooltip");
|
||||
showHelpTooltip() {
|
||||
this.attributeDetailWidget.hide();
|
||||
|
||||
this.$editor.tooltip({
|
||||
@@ -454,7 +454,7 @@ export default class AttributeEditorWidget extends TabAwareWidget {
|
||||
attributeRenderer.renderAttribute(attribute, $attributesContainer, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
this.textEditor.setData($attributesContainer.html());
|
||||
|
||||
if (saved) {
|
||||
|
||||
Reference in New Issue
Block a user