mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
fix attr help tooltip appearing only the second time
This commit is contained in:
@@ -414,6 +414,8 @@ export default class AttributeEditorWidget extends TabAwareWidget {
|
|||||||
placement: 'bottom',
|
placement: 'bottom',
|
||||||
offset: "0,30"
|
offset: "0,30"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.$editor.tooltip('show');
|
||||||
}
|
}
|
||||||
|
|
||||||
getClickIndex(pos) {
|
getClickIndex(pos) {
|
||||||
|
|||||||
Reference in New Issue
Block a user