1. 10 5月, 2021 1 次提交
  2. 09 5月, 2021 1 次提交
  3. 03 5月, 2021 1 次提交
  4. 02 5月, 2021 1 次提交
  5. 21 4月, 2021 1 次提交
  6. 13 4月, 2021 1 次提交
  7. 04 2月, 2021 1 次提交
  8. 08 1月, 2021 2 次提交
  9. 07 1月, 2021 1 次提交
  10. 06 1月, 2021 2 次提交
  11. 31 12月, 2020 1 次提交
  12. 30 12月, 2020 2 次提交
  13. 24 5月, 2020 1 次提交
  14. 22 5月, 2020 1 次提交
  15. 14 4月, 2020 1 次提交
  16. 13 4月, 2020 6 次提交
  17. 04 4月, 2020 1 次提交
    • R
      Solves "inser Before" issue on nested lists · c7249648
      RomualdoGrillo 提交于
      That solves an issue with nested sortables.
      example of error https://codepen.io/romualdogrillo/pen/jOPoRJe
      An error appears when all following conditions are met:
      1)You have two nested sortable containers
      2)option “pull:clone” i set at least on the parent container
      3)You drag an item from the parent container into the nested container
      
      The item is moved but not cloned and you get the error: 
      “Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted”
      c7249648
  18. 08 3月, 2020 1 次提交
  19. 07 3月, 2020 1 次提交
  20. 18 2月, 2020 1 次提交
  21. 17 2月, 2020 1 次提交
  22. 10 2月, 2020 1 次提交
  23. 28 1月, 2020 1 次提交
  24. 26 12月, 2019 1 次提交
  25. 25 12月, 2019 1 次提交
  26. 16 12月, 2019 3 次提交
  27. 06 12月, 2019 3 次提交
  28. 19 11月, 2019 1 次提交
    • A
      Added type check for 'dragStarted' variable as this is causing thousands of... · ac5ec44a
      Ashish Kumar KC 提交于
      Added type check for 'dragStarted' variable as this is causing thousands of console errors in Chrome, Firefox, Edge, IE, Safari before the first drag.
      This change is harmless because it is just checking if the variable dragStarted is declared before using it.
      
      Tested across all of the above browsers and working fine after this change.
      ac5ec44a