diff options
Diffstat (limited to 'src/mobile')
| -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 1bf1fb022..47768fd09 100644 --- a/src/mobile/MobileInterface.tsx +++ b/src/mobile/MobileInterface.tsx @@ -494,7 +494,7 @@ export class MobileInterface extends React.Component { return <div className="docButton" title={"Download Image"} style={{ backgroundColor: "white", color: "black" }} - onClick={e => window.open(this._activeDoc["data-path"]?.toString())}> // daa-path holds the url + onClick={e => window.open(this._activeDoc["data-path"]?.toString())}> {/* daa-path holds the url */} <FontAwesomeIcon className="documentdecorations-icon" size="sm" icon="download" /> </div>; } else return (null); |
