ludc
2024-11-20 bfb5d6f68a71ca0a8f1dfe860b32e05782c05c85
Source/plt-web/plt-web-ui/src/util/func.js
@@ -37,15 +37,15 @@
   */
  static rowClickHandler(row, CrudRef, lastIndex, setLastIndex, setSelectList) {
    if (lastIndex === row.$index) {
    /*if (lastIndex === row.$index) {
      setSelectList();
      CrudRef.clearSelection();
    } else {
      setSelectList();
      CrudRef.clearSelection();
      CrudRef.toggleRowSelection(row);
    }
    }*/
    CrudRef.toggleRowSelection(row);
    setLastIndex(row.$index);
  }