Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarcon committed Dec 5, 2023
1 parent af56055 commit 6b3f679
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion assets/js/live_select.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export default {
})
this.handleEvent("select", ({id, selection, mode, input_event, parent_event}) => {
this.selection = selection
console.log("selection: ", this.selection)
if (this.el.id === id) {
if (mode === "single") {
const label = selection.length > 0 ? selection[0].label : null
Expand Down
2 changes: 1 addition & 1 deletion priv/static/live_select.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b3f679

Please sign in to comment.