UNPKG

tldraw

Version:

A tiny little drawing editor.

18 lines (12 loc) 370 B
// import { TestEditor } from '../TestEditor' // let editor: TestEditor // beforeEach(() => { // editor =new TestEditor() // }) it.todo('Ungroups any selected groups.') it.todo('Does, undoes, and redoes.') describe('When ungrouping shapes', () => { it.todo( 'Puts the grouped shapes as siblings with the highest sibling being at the z-index of the group' ) })