Closed
Description
描述问题 Describe the problem
经测试,代码块语法为 java javascript 是会有光标乱跳问题
shell 语法如果有 # 开头的注释内容页会有光标乱跳问题
// 创建客户端
MinioClient minioClient =
MinioClient.builder()d
.endpoint("https://play.min.io")
.credentials("Q3AM3UQ867SPQQA43P2F", "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG")
.build();
// 上传文件
minioClient.putObject(
PutObjectArgs.builder().bucket(minioOSSProperties.getBucketName())
.object(fileUrl)
.stream(file.getInputStream(), fileInfo.getSize(), -1)
.contentType(fileInfo.getContentType())
.build()
);
期待的结果 Expected result
光标正常
截屏或者录屏演示 Screenshot or screen recording presentation
版本环境 Version environment
- Version: 1.8.8
- Operating system: mac intel
- Browser (if used):
日志文件 Log File
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
[-]1.8.8 光标乱跳[/-][+]代码块编辑光标乱跳[/+]88250 commentedon Mar 8, 2022
这个 issue 也解决了一些历史遗留问题 #3141
[-]代码块编辑光标乱跳[/-][+]代码块编辑光标乱跳和一些其他历史遗留问题[/+][-]代码块编辑光标乱跳和一些其他历史遗留问题[/-][+]代码块编辑光标乱跳和一些历史遗留问题[/+]