fix: resolve leftover merge conflict markers in sidebar.ts
This commit is contained in:
@@ -1,14 +1,8 @@
|
||||
// Sidebar client-side behavior
|
||||
// Hover expand with delay, pin toggle, mobile hamburger
|
||||
|
||||
<<<<<<< HEAD
|
||||
import { initGlobalSearch } from "./search";
|
||||
|
||||
||||||| b06a040
|
||||
=======
|
||||
import { getChangelogSeen } from "./changelog-seen";
|
||||
|
||||
>>>>>>> mai/ritchie/what-s-new-changelog
|
||||
const PIN_KEY = "paliad-sidebar-pinned";
|
||||
const LEGACY_PIN_KEY = "patholo-sidebar-pinned";
|
||||
|
||||
@@ -27,12 +21,8 @@ function migrateLegacyPinKey(): void {
|
||||
export function initSidebar() {
|
||||
migrateLegacyPinKey();
|
||||
initInviteModal();
|
||||
<<<<<<< HEAD
|
||||
initGlobalSearch();
|
||||
||||||| b06a040
|
||||
=======
|
||||
initChangelogBadge();
|
||||
>>>>>>> mai/ritchie/what-s-new-changelog
|
||||
const sidebar = document.querySelector<HTMLElement>(".sidebar");
|
||||
if (!sidebar) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user