mirror of
https://github.com/zadam/trilium.git
synced 2025-01-06 07:13:48 +08:00
fix attr help tooltip appearing only the second time
This commit is contained in:
parent
5e75d2380a
commit
0745d9ec0b
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue