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
When I copy then paste a page immediately, I expect a clone to appear right after the page that has been copy.
When I copy then paste a block of text immediately, I expect it to be duplicated right after the block that has been copy.
Rule to clone a component (CTRL C + CTRL V immediately)
R1: If the target is the previous component, then the target would be the parent. The component is paste right after. For example, I copy a section then paste it directly
Rule to copy a component inside another one (current behavior)
R2 : If the target is a viable container (isSubtreeIngestable), the component is paste inside. For example, I copy a block of text, then select a section.
Rule to copy a component after another one
R3 : If the target is not a viable container and the parent is, the component is paste right after. For example, I copy a block of text, then paste it.
The text was updated successfully, but these errors were encountered:
Rule to clone a component (CTRL C + CTRL V immediately)
R1: If the target is the previous component, then the target would be the parent. The component is paste right after. For example, I copy a section then paste it directly
Rule to copy a component inside another one (current behavior)
R2 : If the target is a viable container (
isSubtreeIngestable
), the component is paste inside. For example, I copy a block of text, then select a section.Rule to copy a component after another one
R3 : If the target is not a viable container and the parent is, the component is paste right after. For example, I copy a block of text, then paste it.
The text was updated successfully, but these errors were encountered: