chore(ui): improve fn docs

pull/5921/head
Pavel Zavora 2022-05-27 12:29:14 +02:00
parent ed946aa3f7
commit 1136c862d8
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/**
* AllOrParticularSelection function ensures that when all ('*') option is selected,
* particular options are de-selected, and when a particular option is selected '*'
* option is deselected.
* AllOrParticularSelection function modifies new values selection to
* exclude a particular option when all ('*') option is newly selected,
* and to exclude '*' option when a particular option is newly selected.
*/
export default function allOrParticularSelection(
oldVals: string[],