mirror of
https://github.com/flarum/core.git
synced 2025-08-09 18:07:02 +02:00
cleanup: common/components/Navigation (remove unused config
This commit is contained in:
committed by
Franz Liedke
parent
3d91268493
commit
1f94ffc842
@@ -47,7 +47,6 @@ export default class Navigation extends Component {
|
||||
href: history.backUrl(),
|
||||
icon: 'fas fa-chevron-left',
|
||||
title: previous.title,
|
||||
config: () => {},
|
||||
onclick: (e) => {
|
||||
if (e.shiftKey || e.ctrlKey || e.metaKey || e.which === 2) return;
|
||||
e.preventDefault();
|
||||
|
Reference in New Issue
Block a user