Skip to content

Commit

Permalink
fix: fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Apr 13, 2023
1 parent 8bc059e commit 0fd81b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
run: yarn
- name: Install playwright deps
if: steps.cache-lerna.outputs.cache-hit != 'true'
run: yarn add playwright -D -W
- name: Build helepr
run: yarn build
working-directory: ./packages/helper
Expand Down
3 changes: 1 addition & 2 deletions packages/react-moveable/src/utils/getMatrixStackInfo.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
convertCSStoMatrix, convertDimension,
createIdentityMatrix, createOriginMatrix, createScaleMatrix, multiply,
createIdentityMatrix, createOriginMatrix, createScaleMatrix,
} from "@scena/matrix";
import { getCachedStyle } from "../store/Store";
import { IS_WEBKIT, IS_SAFARI_ABOVE15, IS_FIREFOX, IS_CHROMIUM109 } from "../consts";
Expand All @@ -11,7 +11,6 @@ import {
convert3DMatrixes, getOffsetPosInfo,
getSVGMatrix, getBodyOffset, getAbsoluteMatrix,
} from "../utils";
import { createMatrix } from "css-to-mat";


export function getShadowRoot(parentElement: HTMLElement | SVGElement) {
Expand Down

0 comments on commit 0fd81b8

Please sign in to comment.