fix attr help tooltip appearing only the second time

This commit is contained in:
zadam 2020-09-01 23:47:56 +02:00
parent 5e75d2380a
commit 0745d9ec0b

View file

@ -414,6 +414,8 @@ export default class AttributeEditorWidget extends TabAwareWidget {
placement: 'bottom',
offset: "0,30"
});
this.$editor.tooltip('show');
}
getClickIndex(pos) {