Explorar o código

Add docs to hasValidSelection.

Maciej Gołaszewski %!s(int64=6) %!d(string=hai) anos
pai
achega
b60a8d3ff4
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      packages/ckeditor5-table/src/tableselection.js

+ 4 - 2
packages/ckeditor5-table/src/tableselection.js

@@ -32,8 +32,10 @@ export default class TableSelection extends Plugin {
 	}
 
 	/**
-	 * a
-	 * @returns {Boolean}
+	 * Flag indicating that table selection is selecting valid ranges in table cell.
+	 *
+	 * @readonly
+	 * @member {Boolean} #hasValidSelection
 	 */
 	get hasValidSelection() {
 		return this._isSelecting && this._startElement && this._endElement && this._startElement != this._endElement;