mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 20:32:14 +09:00
#1086 에디터 컴포넌트 더블클릭 시 이미지 타입을 처리하지 못하는 문제 수정
This commit is contained in:
parent
f6e11bf718
commit
51d074a7a4
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ CKEDITOR.plugins.add('xe_component', {
|
|||
}
|
||||
}
|
||||
|
||||
if(!element) element = evt.data.element;
|
||||
if(!editor_component && element && element.is('img')) {
|
||||
editor_component = 'image_link';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue