Skip to content
Snippets Groups Projects
Commit ae8e27cc authored by Morris Jobke's avatar Morris Jobke
Browse files

fix loading spinner on ctrl click a app entry- fixes #9063

parent 6e9905d7
Branches
No related tags found
No related merge requests found
......@@ -1138,7 +1138,9 @@ function initCore() {
if(!$app.is('a')) {
$app = $app.closest('a');
}
if(!event.ctrlKey) {
$app.addClass('app-loading');
}
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment