Skip to content

Commit

Permalink
SCAL-233454-exp enableFlipTooltipcontextMenu by default true
Browse files Browse the repository at this point in the history
  • Loading branch information
yinstardev committed Dec 15, 2024
1 parent c066e01 commit df18183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/native/commonUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const getWebViewUrl = async (config: WebViewConfig): Promise<string> => {
[Param.Version]: pkgInfo.version,
[Param.AuthType]: config.authType,
[Param.livedBoardEmbed]: true,
[Param.EnableFlipTooltipToContextMenu]: true,
};

const queryString = getQueryParamString(queryParams);
Expand Down

0 comments on commit df18183

Please sign in to comment.