Skip to content

Mid-position Mixin ignored #19

Description

@dariomannu

The following Draggable mixin works:

rml`
  <div class="container" onmouseover="${hov}" ...${Draggable()} >
`;

However, it gets ignored when interpolated attributes (like foo="${bar}") are placed after it:

rml`
  <div class="container" ...${Draggable()} foo="${bar}">
`;

Check regexes and the logic in the parser

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions