Summary
When the user selects the checkbox of a channel title in the Clipboard and clicks the Copy button from the toolbar no resources from this channel are copied below.
Category
BUG
Usage Details
Tested at: https://studio.learningequality.org/
- Windows 10
- Browser: Chrome, Firefox, Edge (latest)
How to reproduce
Preconditions: Channels created
- Login to Studio
- Click a channel
- Select some topics/resources and click Copy to Clipboard
- Click the floating Clipboard button to toggle the clipboard
- Select the checkbox of the channel's title
- Click the Copy button from the dynamic toolbar
- See the copy is missing below the original
Screenshots

Real-life consequences (anything community should be aware of, for instance how it affects end users)
Users are not able to copy resources in the Clipboard when their channel's title is selected.
Console error
TypeError: Cannot read property 'node_id' of null
at recurseforCopy (channel_edit-8cf67e0286b0b120e2ed.js:1)
at Object.<anonymous> (channel_edit-8cf67e0286b0b120e2ed.js:1)
at Sub.<anonymous> (channel_edit-8cf67e0286b0b120e2ed.js:1)
at Sub.calculateMoveNodes (channel_edit-8cf67e0286b0b120e2ed.js:1)
at click (channel_edit-8cf67e0286b0b120e2ed.js:1)
at invokeWithErrorHandling (channel_edit-8cf67e0286b0b120e2ed.js:1)
at Sub.invoker (channel_edit-8cf67e0286b0b120e2ed.js:1)
at invokeWithErrorHandling (channel_edit-8cf67e0286b0b120e2ed.js:1)
at Sub.Vue.$emit (channel_edit-8cf67e0286b0b120e2ed.js:1)
at Sub.handleClick (channel_edit-8cf67e0286b0b120e2ed.js:1)
at invokeWithErrorHandling (channel_edit-8cf67e0286b0b120e2ed.js:1)
at HTMLButtonElement.invoker (channel_edit-8cf67e0286b0b120e2ed.js:1)
at HTMLButtonElement.original._wrapper (channel_edit-8cf67e0286b0b120e2ed.js:1)
at HTMLButtonElement.nrWrapper ((index):52)
at HTMLButtonElement.sentryWrapped (helpers.ts:85)
Summary
When the user selects the checkbox of a channel title in the Clipboard and clicks the Copy button from the toolbar no resources from this channel are copied below.
Category
BUG
Usage Details
Tested at: https://studio.learningequality.org/
How to reproduce
Preconditions: Channels created
Screenshots
Real-life consequences (anything community should be aware of, for instance how it affects end users)
Users are not able to copy resources in the Clipboard when their channel's title is selected.
Console error