stuff
This commit is contained in:
parent
18aeaf9d3c
commit
7e86a2b3c5
File diff suppressed because one or more lines are too long
|
@ -3383,6 +3383,9 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
BDFDB.toggleClass(gradientbutton, "selected", isgradient);
|
||||
updateColors(true);
|
||||
});
|
||||
gradientbutton.addEventListener('mouseenter', e => {
|
||||
BDFDB.createTooltip(gradientbutton, "Color Gradient", {type: "bottom"});
|
||||
});
|
||||
function updateRects () {
|
||||
var hidden = BDFDB.isEleHidden(gradientbar);
|
||||
if (hidden) BDFDB.toggleEles(gradientbar);
|
||||
|
|
Loading…
Reference in New Issue