Skip to content

Commit 4223011

Browse files
committed
refactor: 精简代码
1 parent 2636bcd commit 4223011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/AutoComplete/AutoComplete.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { debounce, getHeight } from "../../modules/utility.js"
1+
import { debounce } from "../../modules/utility.js"
22
import { handleKeyUp, select, selectAllByFocus, selectAllByEnter } from "../Input/BootstrapInput.razor.js"
33
import Data from "../../modules/data.js"
44
import EventHandler from "../../modules/event-handler.js"

0 commit comments

Comments
 (0)