hideFloating function

dynamic hideFloating()

Implementation

hideFloating() {
  if (show) {
    entry.remove();
    show = false;
  }
}