mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
fix(dom) Dialog
This commit is contained in:
parent
18222286f0
commit
ec8cb4c19a
5 changed files with 20 additions and 19 deletions
|
|
@ -199,12 +199,6 @@ function CloudCmdProto(Util, DOM, CloudFunc) {
|
|||
if (config.onePanelMode)
|
||||
CloudCmd.MIN_ONE_PANEL_WIDTH = Infinity;
|
||||
|
||||
const {htmlDialogs} = config;
|
||||
|
||||
DOM.Dialog = DOM.Dialog(prefix, {
|
||||
htmlDialogs
|
||||
});
|
||||
|
||||
Util.exec.if(document.body.scrollIntoViewIfNeeded, func, funcBefore);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue