Skip to content

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

Closed
@MoonBottle

Description

@MoonBottle

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

Activity

changed the title [-]1.8.8 光标乱跳[/-] [+]代码块编辑光标乱跳[/+] on Mar 8, 2022
added this to the 1.8.9 milestone on Mar 8, 2022
88250

88250 commented on Mar 8, 2022

@88250
Member

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

changed the title [-]代码块编辑光标乱跳[/-] [+]代码块编辑光标乱跳和一些其他历史遗留问题[/+] on Mar 8, 2022
changed the title [-]代码块编辑光标乱跳和一些其他历史遗留问题[/-] [+]代码块编辑光标乱跳和一些历史遗留问题[/+] on Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @88250@Vanessa219@MoonBottle

      Issue actions

        代码块编辑光标乱跳和一些历史遗留问题 · Issue #4190 · siyuan-note/siyuan