daybrush / selecto

Selecto.js is a component that allows you to select elements in the drag area using the mouse or touch.
https://daybrush.com/selecto
MIT License
2.04k stars 82 forks source link

boundContainer:true, 代表啥意思? #84

Open afan0228 opened 2 years ago

afan0228 commented 2 years ago

Environments

Description

daybrush commented 2 years ago

If true, it is the container of selecto

daybrush commented 2 years ago
<div class="container">
</div>
<script>
new Selecto(container, ...)
</script>
<div class="container">
    <Selecto />
</div>