Skip to content
Snippets Groups Projects
Unverified Commit 26d661f8 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #2185 from Kenny2github/patch-1

Prevent dragging the "+" button
parents 032b9e7f a82cd38a
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ const ListMonitor = ({draggable, label, width, height, value, onResizeMouseDown,
</div>
<div className={styles.listFooter}>
<div
className={styles.addButton}
className={classNames(styles.addButton, 'no-drag')}
onClick={draggable ? onAdd : null}
>
{'+' /* TODO waiting on asset */}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment