pilotmoon / PopClip-Extensions

Source code for extensions in the official PopClip Extensions directory.

Home Page:https://www.popclip.app/extensions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PopClip crashes when Extension Snippet has no name and ends with a space.

dofy opened this issue · comments

I found this bug that when I try extension snippet which include multi-language

# popclip (crash)
name: 
  en: test
icon: T
javascript: popclip.showText('Hi~')
# popclip (ok)
name: test
icon: T
javascript: popclip.showText('Hi~')

Thanks for reporting. I confirm I can reproduce it.