benbro
benbro
Discussed here: https://github.com/isaacHagoel/svelte-dnd-action/issues/305#issuecomment-884595692 Are there plans to support dragging only on one axis?
I'm trying to exclude an item from both being dragged and being reordered. I can prevent it from being dragged by using drag-handler on all other items but it still...
I'm using drag-handles and made this item not drag-able. I also want the user to not be able to drop on this item. If I have items=['a', 'b', 'c'] I...
Doing the same in the consider handler works. Thanks.
Is there an updated version of the drag handle action with a fix for the being able to drag any item after clicking on a handle? It will be useful...
I've add mouseup and touchend as suggested. The official Drag handles example is still missing this fix. ```javascript function dragHandle(node) { function startDrag(e) { // preventing default to prevent lag...
I'm trying to use this action with nested zones. There is a parent list of items - zone-0. Each item has a list of sub-items - separate zone-n for each...
@savonarola can you please explain how to use such library with eredis? Normally we use eredis with: ```erlang {ok, C} = eredis:start_link(). {ok, } = eredis:q(C, ["GET", "foo"]). ``` How...
Table editor in closure library for reference https://rawgit.com/google/closure-library/master/closure/goog/demos/editor/tableeditor.html
quill supports tabs and automatically expand and shrink the width of each block when adding/removing text. Maybe we can define columns with tabs and add the table borders as a...