Skip to content

代码块编辑光标乱跳和一些历史遗留问题 #4190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MoonBottle opened this issue Mar 8, 2022 · 1 comment
Closed

代码块编辑光标乱跳和一些历史遗留问题 #4190

MoonBottle opened this issue Mar 8, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@MoonBottle
Copy link

描述问题 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

image

版本环境 Version environment

  • Version: 1.8.8
  • Operating system: mac intel
  • Browser (if used):

日志文件 Log File

siyuan.log

@88250 88250 changed the title 1.8.8 光标乱跳 代码块编辑光标乱跳 Mar 8, 2022
@88250 88250 added the Bug label Mar 8, 2022
@88250 88250 added this to the 1.8.9 milestone Mar 8, 2022
@88250
Copy link
Member

88250 commented Mar 8, 2022

这个 issue 也解决了一些历史遗留问题 #3141

@88250 88250 changed the title 代码块编辑光标乱跳 代码块编辑光标乱跳和一些其他历史遗留问题 Mar 8, 2022
@88250 88250 changed the title 代码块编辑光标乱跳和一些其他历史遗留问题 代码块编辑光标乱跳和一些历史遗留问题 Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants