forked from Shinonome/dots-hyprland
fix weird focus for slideleft & slideright (#502)
This commit is contained in:
@@ -35,7 +35,6 @@ export const TabContainer = ({ icons, names, children, className = '', setup = (
|
||||
}),
|
||||
});
|
||||
const tabIndicatorLine = Box({
|
||||
hexpand: true,
|
||||
vertical: true,
|
||||
homogeneous: true,
|
||||
setup: (self) => self.hook(shownIndex, (self) => {
|
||||
@@ -54,7 +53,6 @@ export const TabContainer = ({ icons, names, children, className = '', setup = (
|
||||
onScrollDown: () => mainBox.nextTab(),
|
||||
child: Box({
|
||||
vertical: true,
|
||||
hexpand: true,
|
||||
children: [
|
||||
tabs,
|
||||
tabIndicatorLine
|
||||
|
||||
Reference in New Issue
Block a user