allow to supply canvas offsets from upstream (#2271)
This commit is contained in:
@ -96,7 +96,7 @@ beforeEach(async () => {
|
||||
finger2.reset();
|
||||
|
||||
await setLanguage("en.json");
|
||||
render(<App />);
|
||||
render(<App offsetLeft={0} offsetTop={0} />);
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
Reference in New Issue
Block a user