Browse Source

无jira fix: xtype 搞错了

es6
Treecat 1 year ago
parent
commit
a6cc9b9ebf
  1. 2
      src/case/combo/bubblecombo/popup.bubble.js

2
src/case/combo/bubblecombo/popup.bubble.js

@ -3,7 +3,7 @@ import { PopupView, Label } from "@/base";
@shortcut()
export class BubblePopupView extends PopupView {
static xtype = "bi.text_bubble_bar_popup_view";
static xtype = "bi.bubble_popup_view";
static EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON";
static EVENT_CHANGE = "EVENT_CLICK_TOOLBAR_BUTTON";

Loading…
Cancel
Save