Merge pull request #1 from mosuzi/master

pull original repo
This commit is contained in:
mosuzi 2023-03-28 11:56:02 +08:00 committed by GitHub
commit 8fd9b82554
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 1761 additions and 613 deletions

View file

@ -42,12 +42,11 @@ function editNotes(id, name) {
$("#notesEditor").dialog({
title: "Notes Editor",
width: "minmax(80vw, 540px)",
width: window.innerWidth * 0.8,
height: window.innerHeight * 0.75,
position: {my: "center", at: "center", of: "svg"},
close: removeEditor
});
$("[aria-describedby='notesEditor']").css("top", "10vh");
if (modules.editNotes) return;
modules.editNotes = true;