stable

Clone or download

Read-only

Fix clipboard store initialization

request #31566 Document clipboard should not be shared accross projects When you are copying/pasting elements between two different tabs an error is displayed: >Cannot copy unknown item type null at Proxy.pasteItemBeingMoved (clipboard.ts:148:31) at Proxy.<anonymous> (pinia.mjs:1364:1) at store.<computed> (pinia.mjs:915:1) at Proxy.pasteItem (clipboard.ts:91:40) This is ok with this patch Change-Id: I3eab7e5a36b3b571aad91aea378bb14bd5e56afe

Modified Files

Name
M plugins/document/scripts/document/stores/clipboard.ts +3 −3 Go to diff View file