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.
rotate-gradient
1 parent ef6f833 commit fbb04c3Copy full SHA for fbb04c3
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