@leanix/components 0.2.255 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2204,7 +2204,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
2204
2204
  args: ['descriptionTemplateRef']
2205
2205
  }] } });
2206
2206
 
2207
- // We can only use 'keyCode' because 'key' depends on the browser and does not work for IE11
2207
+ // We can only use 'keyCode' because 'key' depends on the browser
2208
2208
  const BACKSPACE = 8;
2209
2209
  const TAB = 9;
2210
2210
  const ARROW_DOWN = 40;