From 438c4d1041ca0283ff333e44a0677dac7e39bde5 Mon Sep 17 00:00:00 2001 From: Auto PR Bot Date: Fri, 12 Jun 2026 05:09:56 +0800 Subject: [PATCH] Improve code quality: auto-pr/type_annotations-1781212193 --- src/main_world/navigate.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main_world/navigate.js b/src/main_world/navigate.js index 9f60648480..71d83e7400 100644 --- a/src/main_world/navigate.js +++ b/src/main_world/navigate.js @@ -1 +1,5 @@ +/** + * @param {string} location - The URL or path to navigate to. + * @returns {void} + */ export default location => window.tumblr.navigate(location);