Skip to content

fix: 修复 Tooltip 在全局配置了 popupContainer 后位置计算错误的问题 #1883

fix: 修复 Tooltip 在全局配置了 popupContainer 后位置计算错误的问题

fix: 修复 Tooltip 在全局配置了 popupContainer 后位置计算错误的问题 #1883

Workflow file for this run

name: test
on:
pull_request:
branches: [ dev, master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: init
run: yarn
- name: Component Test
run: yarn test:silent
- name: TypeScript Test
run: yarn build-ts