Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 选择代码后 inline chat widget 刚好出现在指针位置,此时点击会触发 inline chat 功能 #4009

Open
bytemain opened this issue Sep 11, 2024 · 0 comments
Assignees
Labels
🐞 bug Something isn't working

Comments

@bytemain
Copy link
Member

v3.3.3 还是有这个问题

CleanShot.2024-09-11.at.10.01.10.mp4

复现代码:

// 修改交给 react-dom 渲染时的根组件,包裹了 Antd的ConfigProvider 和 NiceModal Provider
export function rootContainer(container: any) {
  const configProps = {
    theme: {
      token: {
        colorPrimary: '#5C6CF7',
      },
    },
  };
  return React.createElement(ConfigProvider, configProps, container);
}

export const request: RequestConfig = {
  // 请求拦截器
  requestInterceptors: [
    async (url, options) => {
      let _options = options;
      if (url.startsWith('/xxxx')) {
@bytemain bytemain added the 🐞 bug Something isn't working label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants