Revert "Add pull to search"

This reverts commit 45240358d9.

Doesn't work well at all.
This commit is contained in:
Claudio Ortolina
2026-02-14 09:05:06 +00:00
parent 45240358d9
commit b04453acbc
6 changed files with 1 additions and 79 deletions
-2
View File
@@ -30,7 +30,6 @@ import SortableListHook from "./hooks/sortable-list";
import confetti from "canvas-confetti";
import { createLiveToastHook } from "live_toast";
import banner from "./banner";
import initPullToSearch from "./pull-to-search";
let Hooks = FluxonHooks;
Hooks.FormatNumber = FormatNumberHook;
@@ -152,4 +151,3 @@ window.enableLiveViewChangeObserver = () => {
};
banner();
initPullToSearch();