当我单击按钮时,下拉菜单会弹出,但是当我单击另一个菜单时它不会自动关闭
该项目是在Angular6和bootstrap4上创建的
class Event < ApplicationRecord
include Rails.application.routes.url_helpers
def cover_url
rails_blob_path(self.cover, disposition: "attachment", only_path: true)
end
end
我想在按另一个菜单或那个菜单时自动关闭此菜单。