mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
fix(ui): migrate to new floating-ui api
This commit is contained in:
committed by
renovate[bot]
parent
b7c9743ff7
commit
5c0927bdea
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -350,7 +350,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.1.0
|
||||
node-version: 17.9.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
|
||||
@@ -203,8 +203,8 @@ const History: FC<{
|
||||
flip(),
|
||||
offset(5),
|
||||
size({
|
||||
apply({ height }) {
|
||||
setMaxHeight(height);
|
||||
apply({ availableHeight }) {
|
||||
setMaxHeight(availableHeight);
|
||||
},
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user