mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
import utils from "../services/utils.js";
|
|
|
|
const $dialog = $("#help-dialog");
|
|
|
|
export async function showDialog() {
|
|
utils.openDialog($dialog);
|
|
} |