Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Compute placeholder location if target and dnd-list are the same #487

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on Jan 15, 2017

  1. Merge pull request marceljuenemann#375 from marceljuenemann/dev

    Merge 2.1.0 from dev to master
    marceljuenemann authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    7e98e19 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Find the best position of place holder where event target is the list…

    … itself
    
    Suppose all children of a dnd-list have margin and you are about to insert a new item between them. In this case, the event target and the list are the same and the placeholder will be put at the end of the list.
    
    In this commit, a correct location for both placeholder and the new element is computed based on the dnd-list itself.
    mostafabarmshory authored Aug 3, 2018
    Configuration menu
    Copy the full SHA
    da7e338 View commit details
    Browse the repository at this point in the history