mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 10:12:11 +00:00
Show queue front icon when shift is pressed (#1157)
* Move shiftDown state to workspaceStateStore * Queue front state
This commit is contained in:
@@ -45,6 +45,15 @@ module.exports = async function () {
|
||||
}
|
||||
})
|
||||
|
||||
jest.mock('@/stores/workspaceStateStore', () => {
|
||||
return {
|
||||
useWorkspaceStore: () => ({
|
||||
shiftDown: false,
|
||||
spinner: false
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
jest.mock('vue-i18n', () => {
|
||||
return {
|
||||
useI18n: jest.fn()
|
||||
|
||||
Reference in New Issue
Block a user