diff options
author | bobzel <zzzman@gmail.com> | 2020-08-31 16:56:16 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-31 16:56:16 -0400 |
commit | b2005d4f63110ef876180b7b038b298e100b0e9c (patch) | |
tree | 61a26effa5e61e6b3659209dae7b66d6adb05bc3 /src/mobile/MobileInterface.tsx | |
parent | 28b904a0a1d8a5d90f128b4487aba047b69bfd70 (diff) |
fixed scrolling of browser when following a link in nested web page that leads to another palce within that web page
Diffstat (limited to 'src/mobile/MobileInterface.tsx')
-rw-r--r-- | src/mobile/MobileInterface.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx index 3eae2841d..ae2c07c8e 100644 --- a/src/mobile/MobileInterface.tsx +++ b/src/mobile/MobileInterface.tsx @@ -69,7 +69,6 @@ export class MobileInterface extends React.Component { constructor(props: Readonly<{}>) { super(props); - new InkStrokeProperties(); this._library = CurrentUserUtils.setupLibrary(Doc.UserDoc()); // to access documents in Dash Web MobileInterface.Instance = this; } |