mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 19:03:45 +08:00
FIX: Don't prevent opening regular links in 🍔wrapper (#26126)
This commit is contained in:
parent
4f8ded5ce4
commit
296af7310a
|
@ -11,7 +11,6 @@ import HamburgerDropdown from "../sidebar/hamburger-dropdown";
|
|||
export default class HamburgerDropdownWrapper extends Component {
|
||||
@action
|
||||
click(e) {
|
||||
e.preventDefault();
|
||||
if (
|
||||
e.target.closest(
|
||||
".sidebar-section-header-button, .sidebar-section-link-button, .sidebar-section-link"
|
||||
|
|
Loading…
Reference in New Issue
Block a user