threefish
threefish
__Describe the Bug__ After 8.0, I can't use ctrl and the left mouse button to select multiple nodes, it is possible before 8.0 .I think it's a bug . Can...
例如: ```java List blogs = blogRepository.findAll(builder -> builder.andIn(Blog::getId, ids, ids != null && ids.length > 0) .andLike(Blog::getTitle, params.get("title"), params.get("title") != null) .andLike(Blog::getAuthor, params.get("author")) .andBetween(Blog::getCreateTime, params.get("startTime"), params.get("endTime")) .build()); ```
最新版本,idea中直接运行可以监听response,打jar包后则response监听失效