[PR #3122] [MERGED] fix: failed to execute 'observe' on 'IntersectionObserver' #4236

Closed
opened 2026-03-17 01:47:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3122
Author: @anwarulislam
Created: 6/8/2023
Status: Merged
Merged: 6/9/2023
Merged by: @AndrewBastin

Base: release/2023.4.6Head: fix/hfe-72


📝 Commits (1)

  • 409ba44 fix: error failed to execute observe

📊 Changes

1 file changed (+9 additions, -3 deletions)

View changed files

📝 packages/hoppscotch-ui/src/components/smart/Windows.vue (+9 -3)

📄 Description

🤖 Generated by Copilot at 9f6dae4

Summary

🎨🧹🚧

Improve Windows component code quality and functionality. Format style and import statements and add a null check for useScrollIntoView in Windows.vue.

Oh we're the Windows crew and we know what to do
We format and import with style and grace
We check for nulls and bugs, we don't need any hugs
We useScrollIntoView to put things in place

Walkthrough

  • Improve readability of style binding and import statements in Windows.vue (link, link)
  • Prevent error when element is null or undefined in useScrollIntoView function in Windows.vue (link)

Closes HFE-72


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/3122 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 6/8/2023 **Status:** ✅ Merged **Merged:** 6/9/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.4.6` ← **Head:** `fix/hfe-72` --- ### 📝 Commits (1) - [`409ba44`](https://github.com/hoppscotch/hoppscotch/commit/409ba44713ed41f5ea3d49944351e95aa47b0268) fix: error failed to execute observe ### 📊 Changes **1 file changed** (+9 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-ui/src/components/smart/Windows.vue` (+9 -3) </details> ### 📄 Description <!-- copilot:all --> ### <samp>🤖 Generated by Copilot at 9f6dae4</samp> ### Summary 🎨🧹🚧 <!-- 1. 🎨 - This emoji is used to indicate that the code has been improved in terms of style or formatting, such as indentation, spacing, alignment, or consistency. 2. 🧹 - This emoji is used to indicate that the code has been cleaned up or refactored, such as removing unused or redundant code, simplifying logic, or renaming variables. 3. 🚧 - This emoji is used to indicate that the code has been made more robust or resilient, such as adding error handling, validation, or null checks, or fixing bugs or edge cases. --> Improve Windows component code quality and functionality. Format style and import statements and add a null check for `useScrollIntoView` in `Windows.vue`. > _Oh we're the Windows crew and we know what to do_ > _We format and import with style and grace_ > _We check for nulls and bugs, we don't need any hugs_ > _We useScrollIntoView to put things in place_ ### Walkthrough * Improve readability of style binding and import statements in `Windows.vue` ([link](https://github.com/hoppscotch/hoppscotch/pull/3122/files?diff=unified&w=0#diff-052acc17f6ece720f660d3841f7e49f0a3a1d6ad68dc973819e3d758e45141d5L118-R120), [link](https://github.com/hoppscotch/hoppscotch/pull/3122/files?diff=unified&w=0#diff-052acc17f6ece720f660d3841f7e49f0a3a1d6ad68dc973819e3d758e45141d5L147-R153)) * Prevent error when element is null or undefined in useScrollIntoView function in `Windows.vue` ([link](https://github.com/hoppscotch/hoppscotch/pull/3122/files?diff=unified&w=0#diff-052acc17f6ece720f660d3841f7e49f0a3a1d6ad68dc973819e3d758e45141d5L353-R360)) Closes HFE-72 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:47:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4236
No description provided.