mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
#18554855 에디터 형식 부분 수정. - 형식이 에디터에 설정된 형식이 아닐 경우 index = 0으로 설정.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7056 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5ccccbebae
commit
92c38413bc
1 changed files with 1 additions and 0 deletions
|
|
@ -5838,6 +5838,7 @@ xe.XE_FormatWithSelectUI = jQuery.Class({
|
|||
|
||||
this.elFormatSelect.value = blockName.toLowerCase();
|
||||
if(this.elFormatSelect.selectedIndex < 0) this.elFormatSelect.selectedIndex = 0;
|
||||
if(this.elFormatSelect.value != blockName.toLowerCase()) this.elFormatSelect.selectedIndex = 0;
|
||||
},
|
||||
|
||||
$ON_SET_FORMAT_FROM_SELECT_UI : function(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue