五六论坛
标题:
腾龙娱乐游戏链接【xs10159.com】
[打印本页]
作者:
fg880111
时间:
9 小时前
标题:
腾龙娱乐游戏链接【xs10159.com】
腾龙娱乐游戏APP下载链接【xs10159.com】 -
// https://quilljs.com/playground/snow
const
Delta
=
Quill
.
imports
.
delta
;
let
base =
new
Delta
();
const
op1 =
new
Delta
().
insert
(
" "
, {
src
:
"blob"
});
const
invert1 = op1.
invert
(base);
// { delete: 1 }
base = base.
compose
(op1);
// { insert: " ", attributes: { src: "blob" } }
const
undoable =
new
Delta
().
retain
(
1
, {
src
:
"http"
});base = base.
compose
(undoable);
// { insert: " ", attributes: { src: "http" } }
base = base.
compose
(invert1);
// []
欢迎光临 五六论坛 (https://gm56.com/)
Powered by Discuz! X3.5