WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit c89012b

Browse files
author
Corentin Lefebvre
committed
fix rebase
1 parent fc4068d commit c89012b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

lib/js/Dialog.js

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/js/Dialog.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/js/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Dialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { PanelContainer } from "./PanelContainer.js";
66
import { Point } from "./Point.js";
77
import { ResizableContainer } from "./ResizableContainer.js";
88
import { Utils } from "./Utils.js";
9+
import { ResizeDirection } from "./enums/ResizeDirection.js";
910
import { Localizer } from "./i18n/Localizer.js";
1011
import { IContextMenuProvider } from "./interfaces/IContextMenuProvider.js";
11-
import { ResizeDirection } from "./enums/ResizeDirection.js";
1212

1313
export class Dialog implements IContextMenuProvider {
1414
elementDialog: HTMLDivElement & { floatingDialog: Dialog };

0 commit comments

Comments
 (0)