From 68d2ed7d3cf9ab118d84292e72779c109de87e0b Mon Sep 17 00:00:00 2001 From: Andrea Bogazzi Date: Mon, 21 May 2018 09:32:22 +0200 Subject: [PATCH] modified jsdoc --- src/canvas.class.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/canvas.class.js b/src/canvas.class.js index 96e603f3..d2b3d4da 100644 --- a/src/canvas.class.js +++ b/src/canvas.class.js @@ -154,8 +154,10 @@ * Indicates which key enable alternative selection * in case of target overlapping with active object * values: 'altKey', 'shiftKey', 'ctrlKey'. + * For a series of reason that come from the general expectations on how + * things should work, this feature works only for preserveObjectStacking true. * If `null` or 'none' or any other string that is not a modifier key - * feature is disabled feature disabled. + * feature is disabled. * @since 1.6.5 * @type null|String * @default