Update tlstate.ts

This commit is contained in:
Steve Ruiz 2021-10-13 06:53:58 +01:00
parent bd6197ea16
commit be271f3ca2

View file

@ -1487,8 +1487,6 @@ export class TLDrawState extends StateManager<Data> {
private setSelectedIds = (ids: string[], push = false): this => {
const nextIds = push ? [...this.pageState.selectedIds, ...ids] : [...ids]
console.log('selecting ids', ids, nextIds)
return this.patchState(
{
appState: {