8
0
فهرست منبع

Docs update.

Co-authored-by: Szymon Cofalik <s.cofalik@cksource.com>
Kuba Niegowski 5 سال پیش
والد
کامیت
4cc28d5ea7
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      packages/ckeditor5-engine/src/model/range.js

+ 2 - 1
packages/ckeditor5-engine/src/model/range.js

@@ -278,7 +278,8 @@ export default class Range {
 
 	/**
 	 * Returns a sum of this {@link ~Range range} and given {@link ~Range range}.
-	 * Sum is a range that is spanning over both of those ranges. If ranges have no common part, returns `null`.
+	 * Sum is a range that is spanning over both of those ranges. If ranges have no common part, returns `null`,
+	 * even if the ranges has equal start/end position.
 	 *
 	 * Examples:
 	 *