From a632ea682c33aa3fdf4d9bca95894e2093adde70 Mon Sep 17 00:00:00 2001 From: RomanTsukanov Date: Mon, 16 Oct 2023 18:25:29 +0400 Subject: [PATCH] Mention `columnLayout` in `allowRowsDragAndDrop` description (fix #7161) --- src/question_matrixdynamic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/question_matrixdynamic.ts b/src/question_matrixdynamic.ts index 6f0ffa0c23..8dca2277bd 100644 --- a/src/question_matrixdynamic.ts +++ b/src/question_matrixdynamic.ts @@ -262,7 +262,7 @@ export class QuestionMatrixDynamicModel extends QuestionMatrixDropdownModelBase return res; } /** - * Specifies whether users can drag and drop matrix rows to reorder them. + * Specifies whether users can drag and drop matrix rows to reorder them. Applies only if [`columnLayout`](#columnLayout) is `"horizontal"`. * * Default value: `false` */