mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-26 00:08:42 +00:00
table test and bug style fixes
This commit is contained in:
parent
6e66e4006d
commit
5a77399798
|
|
@ -31,8 +31,8 @@
|
|||
{
|
||||
let textarea = this.editor.getElementsByTagName('textarea')[0];
|
||||
|
||||
const startPosition = textarea.selectionStart,
|
||||
endPosition = textarea.selectionEnd;
|
||||
const startPosition = textarea.selectionStart;
|
||||
const endPosition = textarea.selectionEnd;
|
||||
|
||||
switch (e.dataset['editorButton']) {
|
||||
case 'undo':
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user