update: paintformat cominbText after exec
This commit is contained in:
parent
1280f2a2ed
commit
f865c2d9a9
|
@ -122,7 +122,7 @@ export default class<T extends PaintformatOptions> extends Plugin<T> {
|
|||
range.select(dummy);
|
||||
range.collapse(true);
|
||||
dummy.remove();
|
||||
change.range.select(range);
|
||||
change.apply(range);
|
||||
} else {
|
||||
// 选择范围为展开状态
|
||||
if (typeof removeCommand === 'function') removeCommand(range);
|
||||
|
|
Loading…
Reference in New Issue