File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/remix-ui/editor/src/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -860,7 +860,7 @@ export const EditorUI = (props: EditorUIProps) => {
860
860
marginClassName : 'modifiedChangesDecoration' ,
861
861
}
862
862
} ] )
863
- const widgetId = `accept_decline_widget_change_docs `
863
+ const widgetId = `accept_decline_widget ${ Math . random ( ) . toString ( 36 ) . substring ( 2 , 15 ) } `
864
864
865
865
setCurrentDiffFile ( uri )
866
866
setWidgetIds ( widgetIds => [ ...widgetIds , widgetId ] )
@@ -880,7 +880,7 @@ export const EditorUI = (props: EditorUIProps) => {
880
880
marginClassName : 'newChangesDecoration' ,
881
881
}
882
882
} ] )
883
- const widgetId = `accept_decline_widget_new_docs `
883
+ const widgetId = `accept_decline_widget ${ Math . random ( ) . toString ( 36 ) . substring ( 2 , 15 ) } `
884
884
885
885
setCurrentDiffFile ( uri )
886
886
setWidgetIds ( widgetIds => [ ...widgetIds , widgetId ] )
You can’t perform that action at this time.
0 commit comments