feat: improve memo editing workflow
This commit is contained in:
@@ -372,7 +372,8 @@ describe('archived task-list disclosure', () => {
|
||||
expect(app).toContain('<Teleport to="body">')
|
||||
expect(app).toContain('class="archived-action-mask" @click.self="closeArchivedListAction()"')
|
||||
expect(app).toContain("document.addEventListener('scroll', handleArchivedListViewportChange, true)")
|
||||
expect(app).toContain("window.addEventListener('resize', handleArchivedListViewportChange)")
|
||||
expect(app).toContain("window.addEventListener('resize', handleViewportResize)")
|
||||
expect(app).toContain('handleArchivedListViewportChange()')
|
||||
expect(css).toContain('@media(max-width:930px){.archived-action-mask{display:block;position:fixed;')
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user