You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
Issue #202 saw us remove the layout information on cells that were copied to the clipboard, so that when pasted, they didn't result in duplicated layout information requiring manual correction by the user. The notebook's cut_cell function, though, is literally calling the copy and delete functions rather than doing something unique, so is also affected by that change. Find a way to retain the layout information during a cut and still avoid duplicating it during a paste.
The text was updated successfully, but these errors were encountered:
Issue #202 saw us remove the layout information on cells that were copied to the clipboard, so that when pasted, they didn't result in duplicated layout information requiring manual correction by the user. The notebook's
cut_cell
function, though, is literally calling the copy and delete functions rather than doing something unique, so is also affected by that change. Find a way to retain the layout information during a cut and still avoid duplicating it during a paste.The text was updated successfully, but these errors were encountered: