-
Notifications
You must be signed in to change notification settings - Fork 6
actions , ref modif #4148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
actions , ref modif #4148
Changes from 9 commits
e7c7ce7
586f8aa
5261c3d
58ea185
ada0d8e
5998069
911c229
fe29e1d
b26084f
e3fba5f
0e638b5
e2e1ea4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,7 @@ import type { | |
| AuthenticationRouterErrorState, | ||
| BaseVoltage, | ||
| CommonStoreState, | ||
| ComposedModificationMetadata, | ||
| ComputingType, | ||
| GsLang, | ||
| GsLangUser, | ||
|
|
@@ -184,7 +185,9 @@ export type NodeSelectionForCopy = { | |
| }; | ||
|
|
||
| export type CopiedNetworkModifications = { | ||
| networkModificationUuids: UUID[]; | ||
| // the raw selection snapshot at copy/cut time; doPasteModifications resolves it into | ||
| // ModificationMoveOrCopyInfos (per-item source container) right before sending the request | ||
| networkModifications: ComposedModificationMetadata[]; | ||
| copyInfos: NetworkModificationCopyInfos | null; | ||
| }; | ||
|
Comment on lines
189
to
194
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🩺 Stability & Availability | 🟠 Major | ⚡ Quick win Guard the clipboard schema migration across Redux and BroadcastChannel.
📍 Affects 3 files
🤖 Prompt for AI Agents |
||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be removed.