fix: minor spotlight related issues (#3271)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
@@ -458,12 +458,7 @@ defineActionHandler("rest.request.open", ({ doc }) => {
|
||||
createNewTab(doc)
|
||||
})
|
||||
|
||||
defineActionHandler("rest.request.rename", () => {
|
||||
// TODO: Fix this hack to open the modal
|
||||
setTimeout(() => {
|
||||
openReqRenameModal()
|
||||
}, 100)
|
||||
})
|
||||
defineActionHandler("rest.request.rename", openReqRenameModal)
|
||||
|
||||
const inspectionService = useService(InspectionService)
|
||||
useService(HeaderInspectorService)
|
||||
|
||||
Reference in New Issue
Block a user