Skip to content

Commit

Permalink
feat: add enableContextMenu config (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping authored Jan 8, 2024
1 parent 0eb5043 commit f948ebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo-general/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@ async function registerPlugins() {
fetch: createFetchHandler(),
},
appHelper,
enableContextMenu: true,
});
})();

0 comments on commit f948ebe

Please sign in to comment.