Skip to content

Commit

Permalink
fixed hidding elements problem on desinger mode
Browse files Browse the repository at this point in the history
  • Loading branch information
SDClowen committed May 16, 2024
1 parent cea6c9c commit b075d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ $(function () {
)

data.forEach(element => {
element.conditions.forEach(condition => $(`[data-slug='${condition.value}']`).hide())
element.conditions.forEach(condition => $(`.rounded-lg[data-slug='${condition.value}']`).hide())
})
})

Expand Down

0 comments on commit b075d7c

Please sign in to comment.