fix: rebase error.

This commit is contained in:
Ansolve 2024-01-13 00:53:54 +08:00
parent 07c3dbd6d4
commit 3b8eef257e
No known key found for this signature in database
GPG Key ID: 2F2873AC9538CC2D
1 changed files with 1 additions and 0 deletions

View File

@ -9790,6 +9790,7 @@ class Create extends Uninstantable {
}
if (node._replaceButton) {
var intro = ui.create.div('.button.replaceButton', node);
node[lib.experimental.symbol.itemType] = 'button';
node.node.replaceButton = intro;
intro.innerHTML = '切换';
intro._node = node;