|
@@ -113,8 +113,10 @@ export default class InlineEditorUIView extends EditorUIView {
|
|
|
* +------------------+
|
|
* +------------------+
|
|
|
* [ Panel ]
|
|
* [ Panel ]
|
|
|
*
|
|
*
|
|
|
|
|
+ * See: {@link module:utils/dom/position~Options#positions}.
|
|
|
|
|
+ *
|
|
|
* @readonly
|
|
* @readonly
|
|
|
- * @type {module:utils/dom/position~Options#positions}
|
|
|
|
|
|
|
+ * @type {Array.<Function>}
|
|
|
*/
|
|
*/
|
|
|
this.panelPositions = this._getPanelPositions();
|
|
this.panelPositions = this._getPanelPositions();
|
|
|
|
|
|
|
@@ -168,8 +170,10 @@ export default class InlineEditorUIView extends EditorUIView {
|
|
|
/**
|
|
/**
|
|
|
* Returns the positions for {@link #panelPositions}.
|
|
* Returns the positions for {@link #panelPositions}.
|
|
|
*
|
|
*
|
|
|
|
|
+ * See: {@link module:utils/dom/position~Options#positions}.
|
|
|
|
|
+ *
|
|
|
* @private
|
|
* @private
|
|
|
- * @returns {module:utils/dom/position~Options#positions}
|
|
|
|
|
|
|
+ * @returns {Array.<Function>}
|
|
|
*/
|
|
*/
|
|
|
_getPanelPositions() {
|
|
_getPanelPositions() {
|
|
|
const positions = [
|
|
const positions = [
|