Commit 299cb77c authored by Phil Hughes's avatar Phil Hughes

Fixed small screen bug not dragging

parent 034932ef
......@@ -69,7 +69,7 @@
}
});
if (bp.getBreakpointSize() === 'sm' || bp.getBreakpointSize() === 'xs') {
if (bp.getBreakpointSize() === 'xs') {
options.handle = '.js-board-drag-handle';
}
......
......@@ -69,7 +69,7 @@
}
});
if (bp.getBreakpointSize() === 'sm' || bp.getBreakpointSize() === 'xs') {
if (bp.getBreakpointSize() === 'xs') {
options.handle = '.js-card-drag-handle';
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment