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.
1 parent cbf9900 commit 1b1019aCopy full SHA for 1b1019a
simpletoast.js
@@ -14,7 +14,7 @@
14
console.log(`SimpleToast(v${localToast.versionString}): Publicized`);
15
}
16
})(this, () => {
17
- const version = buildVersion(2, 0, 2);
+ const version = buildVersion(2, 0, 3);
18
const style = {
19
root: {
20
display: 'flex',
@@ -219,7 +219,7 @@
219
css.button?.mouseOver,
220
button.css?.mouseOver
221
);
222
- prev = applyCSS(hoverStyle);
+ prev = applyCSS(elb, hoverStyle);
223
};
224
elb.onmouseout = () => {
225
applyCSS(elb, prev);
0 commit comments