DEV: Remove code that is not being used (#17941)

This commit is contained in:
Alan Guo Xiang Tan 2022-08-16 13:58:43 +08:00 committed by GitHub
parent 7a05a9d411
commit 083c0074d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,14 +80,6 @@ const SiteHeaderComponent = MountWidget.extend(
return this._isRTL() ? "user-menu" : "hamburger-panel";
},
_leftMenuAction() {
return this._isRTL() ? "toggleUserMenu" : "toggleHamburger";
},
_rightMenuAction() {
return this._isRTL() ? "toggleHamburger" : "toggleUserMenu";
},
_handlePanDone(event) {
const menuPanels = document.querySelectorAll(".menu-panel");
const menuOrigin = this._panMenuOrigin;