mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
remove debounce function in favour of lodash
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user