We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dfeef0 + fbb04c3 commit e3e6ecaCopy full SHA for e3e6eca
features/rotate-gradient/script.js
@@ -45,10 +45,7 @@ export default async function ({ feature, console }) {
45
let handle = document.createElement("div");
46
handleSlider(handle, value);
47
handle.className = "ste-direction-handle slider_handle_3f0xk";
48
- handle.style.left = "124px";
49
- if (feature.traps.paint().selectedItems[0]?.opacity) {
50
- handle.style.left = "0px";
51
- }
+ handle.style.left = "0px";
52
slider.appendChild(handle);
53
54
body.firstChild.insertBefore(div, body.querySelector("div[class^='color-picker_row-header_']").parentElement);
0 commit comments