Fixed an issue that would cause the scroll direction to be inverted on secondary monitors. (#683)
* Fixed an issue that would cause the scroll direction to be inverted on secondary monitors. * Update import paths and tsconfig.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { BindableChild } from 'astal/gtk3/astalify';
|
||||
import { audioService } from 'src/lib/constants/services';
|
||||
import { SliderItem } from '../sliderItem/SliderItem';
|
||||
import { ActiveDeviceMenu } from '..';
|
||||
@@ -21,5 +20,5 @@ export const ActiveDevices = (): JSX.Element => {
|
||||
};
|
||||
|
||||
interface ActiveDeviceContainerProps {
|
||||
children?: BindableChild | BindableChild[];
|
||||
children?: JSX.Element[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user