remove debounce function in favour of lodash

This commit is contained in:
SethBurkart123
2024-04-01 21:28:04 +11:00
parent 48a6b186dd
commit bc71818018
2 changed files with 1 additions and 26 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { debounce } from "../utils/debounce";
import { debounce } from "lodash";
/**
* Automatically resizes the popup to fit the screen, checks on resize but is debounced to prevent intense utilisation.