mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
refactor(placeble.js): remove useless parameters
This commit is contained in:
parent
aba3cad11d
commit
5defd558c2
@ -40,7 +40,7 @@ function getActivatorRect (manuallyPositioned, x, y, trackedElement) {
|
||||
}
|
||||
}
|
||||
|
||||
function getPositionInAbsoluteMode (placement, origin) {
|
||||
function getPositionInAbsoluteMode (placement) {
|
||||
let position = {
|
||||
top: null,
|
||||
bottom: null,
|
||||
|
Loading…
Reference in New Issue
Block a user