display embed code in textarea
This commit is contained in:
@@ -235,6 +235,7 @@
|
|||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
padding: 8px;
|
||||||
&[readonly] {
|
&[readonly] {
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1204,8 +1204,7 @@ define([
|
|||||||
};
|
};
|
||||||
var embedContent = [
|
var embedContent = [
|
||||||
h('p', Messages.viewEmbedTag),
|
h('p', Messages.viewEmbedTag),
|
||||||
h('br'),
|
UI.dialog.selectableArea(getEmbedValue(), { id: 'cp-embed-link-preview', tabindex: 1, rows: 3})
|
||||||
UI.dialog.selectable(getEmbedValue(), { id: 'cp-embed-link-preview', tabindex: 1 })
|
|
||||||
];
|
];
|
||||||
|
|
||||||
// Show alert if the pad is password protected
|
// Show alert if the pad is password protected
|
||||||
|
|||||||
Reference in New Issue
Block a user