Skip to content

Commit

Permalink
Fixup! Blueprintjs - Add the ability to create 'range sliders' using …
Browse files Browse the repository at this point in the history
…the 'MinimalRangeSlider' widget
  • Loading branch information
csavelief committed Sep 27, 2023
1 parent 1ea7613 commit 976252f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/cjs/main.js

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

2 changes: 1 addition & 1 deletion dist/cjs/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/main.js

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

2 changes: 1 addition & 1 deletion dist/esm/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/blueprintjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ blueprintjs.MinimalRangeSlider = class extends blueprintjs.Blueprintjs {
*/
onSelectionChange(callback) {
this.observers_.register('selection-change', (value) => {
console.log('Selected value is ', value);
// console.log('Selected value is ', value);
if (callback) {
callback(value[0], value[1]);
}
Expand Down

0 comments on commit 976252f

Please sign in to comment.