address notes

This commit is contained in:
David Benqué
2019-11-20 09:47:57 +00:00
parent 718fdb556b
commit 33b16ffcdf
3 changed files with 25 additions and 28 deletions

View File

@@ -4120,9 +4120,7 @@ define([
modal = padType === 'file' ? UIElements.createFileShareModal(padData)
: UIElements.createShareModal(padData);
modal = UI.dialog.tabs(modal);
UI.openCustomModal(modal, {
wide: _wide
});
UI.openCustomModal(modal);
}
}
else if ($this.hasClass('cp-app-drive-context-savelocal')) {