try to get rid of vertical scroll

This commit is contained in:
David Benqué
2019-12-03 09:38:39 +00:00
parent 1da5e8ac3c
commit ee1371c8ba
3 changed files with 12 additions and 3 deletions

View File

@@ -4187,7 +4187,16 @@ define([
}
getProperties(el, function (e, $prop) {
if (e) { return void logError(e); }
UI.alert($prop[0], undefined, true);
var modal = UI.dialog.customModal($prop[0], {
buttons: [{
className: 'secondary',
name: Messages.okButton,
onClick: function () {},
keys: [13]
}],
onClose: config.onClose,
});
UI.openCustomModal(modal);
});
}
else if ($this.hasClass("cp-app-drive-context-hashtag")) {