Due to previous API limitations the visibility of the icons to add cells to and from run groups were all keyed off the active notebook cell. Here is an example of the issue:
Note with two docs side by side the active selection is in the right document. But in the left document the cell UI is still visible and it's incorrect (it's allowing an add to a group that already has it). With the new support for per cell context resources we can now fix this up.
Due to previous API limitations the visibility of the icons to add cells to and from run groups were all keyed off the active notebook cell. Here is an example of the issue:
Note with two docs side by side the active selection is in the right document. But in the left document the cell UI is still visible and it's incorrect (it's allowing an add to a group that already has it). With the new support for per cell context resources we can now fix this up.