Skip to content

Commit

Permalink
Fix color picker issue on Bootstrap3 and Lite
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Feb 18, 2020
1 parent ef47af4 commit d6fb855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/base/module/Buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default class Buttons {
click: (event) => {
event.stopPropagation();

const $parent = $('.' + className).find('.show');
const $parent = $('.' + className).find('.note-dropdown-menu');
const $button = $(event.target);
const eventName = $button.data('event');
let value = $button.attr('data-value');
Expand Down

0 comments on commit d6fb855

Please sign in to comment.