Skip to content

Commit

Permalink
Removed dropdown arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
LKMason committed Nov 4, 2024
1 parent 381ca80 commit 4733b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ export function createDropdownButton(button, options) {
button.setAttribute("data-bs-toggle", "dropdown");

// Add class for cursor change
button.classList.add("dropdown-toggle", "cursor-pointer");
// button.classList.add("dropdown-toggle", "cursor-pointer");

const list = document.createElement("ul");
list.className = "dropdown-menu";
Expand Down

0 comments on commit 4733b15

Please sign in to comment.