add catch for itemContextMenu.show
This commit is contained in:
@@ -271,7 +271,7 @@ function showMoreMenu(context, button, user) {
|
||||
} else if (result.updated) {
|
||||
reload(context, item.Id, item.ServerId);
|
||||
}
|
||||
});
|
||||
}).catch(() => { /* no-op */ });
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user