pull/3575/head
Steve Ruiz 2024-04-27 14:26:55 +01:00
rodzic 8494abf1f0
commit 30674c850d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1923,7 +1923,7 @@ describe('When a shape is locked', () => {
})
})
it.only('Ignores locked shapes when hovering', () => {
it('Ignores locked shapes when hovering', () => {
editor.createShape({ x: 100, y: 100, type: 'geo', props: { fill: 'solid' } })
const a = editor.getLastCreatedShape()
editor.createShape({ x: 100, y: 100, type: 'geo', props: { fill: 'solid' } })