-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers