kalcaddle / kodbox

kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
https://kodcloud.com
2.18k stars 373 forks source link

默认编辑器查找替换功能无法正常使用 #165

Closed Rico556 closed 1 year ago

Rico556 commented 1 year ago

image

版本 1.40.03

查找栏里会出现删不完的"**"

kalcaddle commented 1 year ago

默认替换时,会将选中内容放置在replaceFrom中, 那些**应该就是选中的文字内容. ctrl+a全选,delete即可.