添加删除按钮

This commit is contained in:
2025-12-15 18:32:54 +08:00
parent 053001170a
commit 05b9a0b823
3 changed files with 47 additions and 3 deletions

View File

@@ -187,6 +187,13 @@
}
}
- (void)emojiPanelViewDidTapDelete:(KBEmojiPanelView *)panel {
if ([self.delegate respondsToSelector:@selector(keyBoardMainView:didTapKey:)]) {
KBKey *backspace = [KBKey keyWithTitle:@"" type:KBKeyTypeBackspace];
[self.delegate keyBoardMainView:self didTapKey:backspace];
}
}
#pragma mark - Theme
- (void)kb_applyTheme {