@trebco/treb 28.3.5 → 28.3.6
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.
package/package.json
CHANGED
|
@@ -4475,8 +4475,6 @@ export class Grid extends GridBase {
|
|
|
4475
4475
|
|
|
4476
4476
|
// handle some specific control-key combinations
|
|
4477
4477
|
|
|
4478
|
-
console.info("K", event);
|
|
4479
|
-
|
|
4480
4478
|
if (event.ctrlKey || (UA.is_mac && event.metaKey)) {
|
|
4481
4479
|
|
|
4482
4480
|
// handle ctrl+shift+arrow AND ctrl+arrow (we used to just handle
|