update ordering

pull/3850/head
yann300 1 year ago committed by Aniket
parent c1770f92ef
commit 77f9d6d535
  1. 2
      libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

@ -706,7 +706,7 @@ export const EditorUI = (props: EditorUIProps) => {
const executegptExplainFunctionAction = {
id: "generateDocumentation",
label: "Explain this function",
contextMenuOrder: 0, // choose the order
contextMenuOrder: 1, // choose the order
contextMenuGroupId: "gtp", // create a new grouping
keybindings: [],
run: async () => {

Loading…
Cancel
Save