Skip to content

Commit

Permalink
fix: removed field in context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaddock committed Sep 28, 2024
1 parent e488863 commit 352bd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/electron-chrome-context-menu/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const buildChromeContextMenu = (opts: ChromeContextMenuOptions): Menu =>
} else {
if (
app.isEmojiPanelSupported() &&
!['number', 'tel', 'other'].includes(params.inputFieldType)
!['input-number', 'input-telephone'].includes(params.formControlType)
) {
append({
label: labels.emoji,
Expand Down

0 comments on commit 352bd89

Please sign in to comment.