Shopify / draggable

The JavaScript Drag & Drop library your grandparents warned you about.
https://shopify.github.io/draggable
MIT License
18k stars 1.09k forks source link

default border when Drag #484

Closed ghost closed 3 years ago

ghost commented 3 years ago

1. Apply either the bug or feature-request label

Why does the outer container have a yellow border when I try to drag the column, forgive me for obliterating some information 2 bug

2. Describe the bug or feature

Is it possible to remove or modify the style

Feature or expected behaviour explanation... remove or modify the style

3. If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

4. Please tell us about your environment:

zjffun commented 3 years ago

It seems to be caused by focus, you can try to add outline: none; to the outer container, or exclude the Focusable plugin.

Notice: the exclude option added in v1.0.0-beta.11 , see #317

ghost commented 3 years ago

@zjffun Thanks for your answer, it really works