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:
@@ -4,7 +4,7 @@ import powermenu from './helpers/actions.js';
|
||||
import options from 'src/options.js';
|
||||
import { isPrimaryClick } from 'src/lib/utils.js';
|
||||
import icons from 'src/lib/icons/icons.js';
|
||||
import { bind } from 'astal/binding.js';
|
||||
import { bind } from 'astal';
|
||||
import { Gtk } from 'astal/gtk3';
|
||||
import { RevealerTransitionMap } from 'src/lib/constants/options.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user