This commit is contained in:
end-4
2023-12-29 13:31:03 +07:00
parent 2d238efd10
commit 0ba2c8fdd0
-1
View File
@@ -12,7 +12,6 @@ export const MarginRevealer = ({
...rest
}) => {
child.toggleClassName(`${revealChild ? showClass : hideClass}`, true);
if(!revealChild) child.css = 'min-height: 2px;';
const widget = Scrollable({
properties: [
['revealChild', true], // It'll be set to false after init if it's supposed to hide