mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 11:58:12 +08:00
merge onto master
This commit is contained in:
@@ -124,10 +124,10 @@ export class SendUIMetadata extends JsMessage {
|
||||
readonly nodeTypes!: FrontendNodeType[];
|
||||
}
|
||||
|
||||
export class UpdateNodeThumbnail extends JsMessage {
|
||||
readonly id!: bigint;
|
||||
export class UpdateThumbnails extends JsMessage {
|
||||
readonly add!: [bigint, string][];
|
||||
|
||||
readonly value!: string;
|
||||
readonly clear!: bigint[];
|
||||
}
|
||||
|
||||
export class UpdateNodeGraphSelection extends JsMessage {
|
||||
@@ -1683,7 +1683,7 @@ export const messageMakers: Record<string, MessageMaker> = {
|
||||
UpdateNodeGraphTransform,
|
||||
UpdateNodeGraphControlBarLayout,
|
||||
UpdateNodeGraphSelection,
|
||||
UpdateNodeThumbnail,
|
||||
UpdateThumbnails: UpdateThumbnail,
|
||||
UpdateOpenDocumentsList,
|
||||
UpdatePropertyPanelSectionsLayout,
|
||||
UpdateSpreadsheetLayout,
|
||||
|
||||
Reference in New Issue
Block a user