File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1102,12 +1102,14 @@ export default function Page() {
11021102 visibleUserMessages ( ) . length
11031103 store . turnStart
11041104
1105- const targetId = pendingMessage ( ) ?? ( ( ) => {
1106- const hash = window . location . hash . slice ( 1 )
1107- const match = hash . match ( / ^ m e s s a g e - ( .+ ) $ / )
1108- if ( ! match ) return undefined
1109- return match [ 1 ]
1110- } ) ( )
1105+ const targetId =
1106+ pendingMessage ( ) ??
1107+ ( ( ) => {
1108+ const hash = window . location . hash . slice ( 1 )
1109+ const match = hash . match ( / ^ m e s s a g e - ( .+ ) $ / )
1110+ if ( ! match ) return undefined
1111+ return match [ 1 ]
1112+ } ) ( )
11111113 if ( ! targetId ) return
11121114 if ( store . messageId === targetId ) return
11131115
Original file line number Diff line number Diff line change 231231 "url" : {
232232 "type" : " string"
233233 },
234+ "override" : {
235+ "type" : " string"
236+ },
234237 "color" : {
235238 "type" : " string"
236239 }
57965799 "url" : {
57975800 "type" : " string"
57985801 },
5802+ "override" : {
5803+ "type" : " string"
5804+ },
57995805 "color" : {
58005806 "type" : " string"
58015807 }
You can’t perform that action at this time.
0 commit comments