allow to supply canvas offsets from upstream (#2271)

This commit is contained in:
David Luzar
2020-10-23 19:06:16 +02:00
committed by GitHub
parent 499a60309f
commit 72a3450c99
6 changed files with 140 additions and 101 deletions

View File

@ -96,7 +96,7 @@ beforeEach(async () => {
finger2.reset();
await setLanguage("en.json");
render(<App />);
render(<App offsetLeft={0} offsetTop={0} />);
});
afterEach(() => {