mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
oop
This commit is contained in:
@@ -12,7 +12,6 @@ export const MarginRevealer = ({
|
|||||||
...rest
|
...rest
|
||||||
}) => {
|
}) => {
|
||||||
child.toggleClassName(`${revealChild ? showClass : hideClass}`, true);
|
child.toggleClassName(`${revealChild ? showClass : hideClass}`, true);
|
||||||
if(!revealChild) child.css = 'min-height: 2px;';
|
|
||||||
const widget = Scrollable({
|
const widget = Scrollable({
|
||||||
properties: [
|
properties: [
|
||||||
['revealChild', true], // It'll be set to false after init if it's supposed to hide
|
['revealChild', true], // It'll be set to false after init if it's supposed to hide
|
||||||
|
|||||||
Reference in New Issue
Block a user