- Fix: Droplets for gradient pickers can now be double-clicked in
other browsers in addition to Firefox such as Chrome
to allow change of color (fixes #181) (@ajinkyas);
may be different between the browsers as a result of
<https://github.com/w3c/uievents/issues/141>
- Builds: Update
This commit is contained in:
@@ -757,7 +757,6 @@ export default function jQueryPluginJGraduate ($) {
|
||||
if (curStop) curStop.setAttribute('stroke', '#000');
|
||||
item.setAttribute('stroke', 'blue');
|
||||
curStop = item;
|
||||
curStop.parentNode.append(curStop);
|
||||
// stops = $('stop');
|
||||
// opac_select.val(curStop.attr('fill-opacity') || 1);
|
||||
// root.append(delStop);
|
||||
|
||||
Reference in New Issue
Block a user