Update tlstate.ts
This commit is contained in:
parent
bd6197ea16
commit
be271f3ca2
1 changed files with 0 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue