display embed code in textarea

pull/1/head
David Benqué 5 years ago
parent 951a59f3ea
commit e138dc8c6a

@ -235,6 +235,7 @@
textarea {
overflow: hidden;
padding: 8px;
&[readonly] {
resize: none;
}

@ -1204,8 +1204,7 @@ define([
};
var embedContent = [
h('p', Messages.viewEmbedTag),
h('br'),
UI.dialog.selectable(getEmbedValue(), { id: 'cp-embed-link-preview', tabindex: 1 })
UI.dialog.selectableArea(getEmbedValue(), { id: 'cp-embed-link-preview', tabindex: 1, rows: 3})
];
// Show alert if the pad is password protected

Loading…
Cancel
Save