mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 22:02:13 +09:00
Deselect all files after inserting to content
첨부파일 본문삽입 후 선택 해제 엔데벨님의 패치를 GPL/LGPL 허가에 따라 사용함 https://xetown.com/rxe_tip/1036447
This commit is contained in:
parent
56d1470008
commit
deca0d40b1
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@
|
|||
// 본문 삽입
|
||||
data.settings.actSelectedInsertContent.on('click', function() {
|
||||
self.insertToContent($container);
|
||||
data.settings.fileList.finderSelect('unHighlightAll');
|
||||
});
|
||||
|
||||
// 파일 삭제
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue