display share link in textarea

This commit is contained in:
David Benqué
2019-12-04 12:46:56 +00:00
parent 1ba03dee45
commit ee35c1d151
3 changed files with 20 additions and 1 deletions

View File

@@ -1088,7 +1088,7 @@ define([
h('br'),
];
linkContent.push(UI.dialog.selectable('', { id: 'cp-share-link-preview', tabindex: 1 }));
linkContent.push(UI.dialog.selectableArea('', { id: 'cp-share-link-preview', tabindex: 1, rows:3}));
// Show alert if the pad is password protected
if (hasPassword) {