+ 5
Error method - web - js
why the console say an error ? https://code.sololearn.com/WSqW41Mv08fr/?ref=app
2 odpowiedzi
+ 23
Because you inserted the local path to your library rather than the absolute path, use this CDN provided by the official website:
<script src="https://unpkg.com/draggabilly@2/dist/draggabilly.pkgd.min.js"></script>
+ 4
oh ok thank you 😂
because I'm working on this also in the local storage