The .paste() method of the copy/paste plugin is throwing an exception. The stack trace and exception message are below. The .copy() and .cut() methods call this.focusableElement.focus() after creating the focusable element. Should this be happening in the .paste() method as well?
TypeError: Cannot read property ‘getTopLeftCorner’ of undefined
at CopyPaste.populateValues (http://localhost/TDDev/TDNext/Scripts/web-plan-manager/vendor.js?v=20210503143700:179561:45)
at CopyPaste.onPaste (http://localhost/TDDev/TDNext/Scripts/web-plan-manager/vendor.js?v=20210503143700:179742:39)
at CopyPaste.paste (http://localhost/TDDev/TDNext/Scripts/web-plan-manager/vendor.js?v=20210503143700:179472:12)