Skip to content

Commit

Permalink
fix issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyvr committed Jan 2, 2025
1 parent e980d06 commit f53094b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/paver.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/paver.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ window.Paver = function (data) {
helpers.listenFromFrame('update', (event) => {
this.log('Updating editor content')

let nestedSortables = this.root().querySelectorAll('.paver-sortable')
let nestedSortables = this.root().querySelectorAll('.paver__sortable')

nestedSortables.forEach(element => {
this.initNestedSoratable(element)
Expand Down

0 comments on commit f53094b

Please sign in to comment.