mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-13 16:58:44 +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];
|
let textarea = this.editor.getElementsByTagName('textarea')[0];
|
||||||
|
|
||||||
const startPosition = textarea.selectionStart,
|
const startPosition = textarea.selectionStart;
|
||||||
endPosition = textarea.selectionEnd;
|
const endPosition = textarea.selectionEnd;
|
||||||
|
|
||||||
switch (e.dataset['editorButton']) {
|
switch (e.dataset['editorButton']) {
|
||||||
case 'undo':
|
case 'undo':
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user