Skip to content

Invalid CSS - 'display: hidden' #218

@jayf0x

Description

@jayf0x

L75 in [src/useArrowContainer.ts](link:


) is not valid CSS and likely a BUG or dead code.

Current:

   return {
                display: 'hidden',
              };

Expected:

   return {
                display: 'none',
              };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions