Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
firehudson committed Aug 24, 2023
1 parent b485852 commit 5f64c7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/editor/plugins/upload-images.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ const UploadImagesPlugin = () =>
set = set.add(tr.doc, [deco]);
} else if (action && action.remove) {
set = set.remove(
// TODO
// set.find(null, null, (spec) => spec.id == action.remove.id),
set.find(
undefined,
undefined,
Expand Down

0 comments on commit 5f64c7a

Please sign in to comment.