Move handleExternalLink to main process.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-03-31 21:10:13 -07:00
parent 27576c95e6
commit 5edffbdf21
10 changed files with 178 additions and 170 deletions

View File

@@ -1,6 +1,6 @@
import {html} from "../../../../common/html";
import * as LinkUtil from "../../../../common/link-util";
import * as t from "../../../../common/translation-util";
import * as LinkUtil from "../../utils/link-util";
interface ShortcutsSectionProps {
$root: Element;