You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you just Click the circle selector instead of Dragging it, it will append a # to the URL, causing the page to jump to the top.
Temporary fix until it's fixed in the repo:
jQuery(document).ready(function($){
$('#color-picker').iris();
// after initializing iris on your element(s)
$('.iris-square-value').click(function(e) {
e.preventDefault();
});
});
The text was updated successfully, but these errors were encountered:
If you just Click the circle selector instead of Dragging it, it will append a # to the URL, causing the page to jump to the top.
Temporary fix until it's fixed in the repo:
The text was updated successfully, but these errors were encountered: