StickyView.prototype.toggleTagDialog = function toggleTagDialog() {
  const c = StickyView.classes;
  this.hideDialog();
  if (!this.dialog || this.dialog.className !== c.TAGS_DIALOG) {
    this.showTagDialog();