--判断编辑框，
if node.isEditable() then    return false    end


--新多功能快捷手势代码
按钮列表=
{
{"%[长按]","撤回|删除"},
}
service.click(按钮列表)
return true