mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
fix popups/tooltips not disappearing after loading new note, closes #1214
This commit is contained in:
@@ -215,7 +215,9 @@ const ATTR_HELP = {
|
||||
|
||||
export default class AttributeDetailWidget extends TabAwareWidget {
|
||||
async refresh() {
|
||||
// this widget is not activated in a standard way
|
||||
// switching note/tab should close the widget
|
||||
|
||||
this.hide();
|
||||
}
|
||||
|
||||
doRender() {
|
||||
|
||||
Reference in New Issue
Block a user