...
셀렉션 상태인 경우 셀렉션된 구간을 제거 후 문단을 나눕니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('enter'); |
...
...
셀렉션 상태인 경우 셀렉션된 구간을 제거 후 문단을 나눕니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('enter'); |
...