diff options
author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-08-09 19:44:00 -0700 |
---|---|---|
committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-08-09 19:44:00 -0700 |
commit | 020a3bdd02f74a1068b667eaabc070dccf1c7fa1 (patch) | |
tree | eeb04681a54ccd0f24b4b66122bafaf2af81d77d /src/mobile/MobileInterface.tsx | |
parent | 98d753d5dd66a646f00bcdf15656f845cd27fb81 (diff) | |
parent | 71aaf0cb07aab3896f6660c81cc7bf888cc07662 (diff) |
pull
Diffstat (limited to 'src/mobile/MobileInterface.tsx')
-rw-r--r-- | src/mobile/MobileInterface.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx index 40aa65372..02993fdcb 100644 --- a/src/mobile/MobileInterface.tsx +++ b/src/mobile/MobileInterface.tsx @@ -681,4 +681,4 @@ Scripting.addGlobal(function openMobileSettings() { return SettingsManager.Insta // Other global functions for mobile Scripting.addGlobal(function switchMobileView(doc: Doc, renderView?: () => JSX.Element, onSwitch?: () => void) { return MobileInterface.Instance.switchCurrentView(doc, renderView, onSwitch); }, - "changes the active document displayed on the Dash Mobile", "(doc: any)"); + "changes the active document displayed on the Dash Mobile", "(doc: any)");
\ No newline at end of file |