js2ts: dipcenter(WIP)

- summernote 이식
- summernote/imageFip plugin 이식
This commit is contained in:
2021-08-29 01:39:03 +09:00
parent 32c7b02303
commit 97dfb02ab6
11 changed files with 648 additions and 147 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ export function getIconPath(imgsvr: boolean | 1 | 0, picture: string): string {
}
}
export function activeFlip($obj?: JQuery<HTMLElement>): void {
export function activateFlip($obj?: JQuery<HTMLElement>): void {
let $result: JQuery<HTMLElement>;
if ($obj === undefined) {
$result = $('img[data-flip]');