KBFunctionView 长按删除不弹出立刻清空按钮

This commit is contained in:
2025-12-19 19:56:39 +08:00
parent 1c8834caf6
commit 7587fe6714
4 changed files with 27 additions and 17 deletions

View File

@@ -865,7 +865,7 @@ static void KBULDarwinCallback(CFNotificationCenterRef center, void *observer, C
[_deleteButtonInternal setImage:[UIImage imageNamed:@"kb_del_icon"] forState:UIControlStateNormal];
[_deleteButtonInternal addTarget:self action:@selector(onTapDelete) forControlEvents:UIControlEventTouchUpInside];
[self.backspaceHandler bindDeleteButton:_deleteButtonInternal];
[self.backspaceHandler bindDeleteButton:_deleteButtonInternal showClearLabel:NO];
}
return _deleteButtonInternal;
}