From 13ca602b60b05cf96f0d80caa3ddd40ba67d9588 Mon Sep 17 00:00:00 2001 From: Murage <25152892+0xMurage@users.noreply.github.com> Date: Fri, 3 Jan 2025 01:59:17 +0300 Subject: [PATCH] feat: include the tooltip file into the frame bundle --- src/frame.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frame.ts b/src/frame.ts index beb7f48b..5e78fc04 100644 --- a/src/frame.ts +++ b/src/frame.ts @@ -6,4 +6,5 @@ require('../vendor/h5p/js/h5p-x-api-event') require('../vendor/h5p/js/h5p-content-type') require('../vendor/h5p/js/h5p-confirmation-dialog') require('../vendor/h5p/js/request-queue') -require('../vendor/h5p/js/h5p-action-bar') \ No newline at end of file +require('../vendor/h5p/js/h5p-action-bar') +require('../vendor/h5p/js/h5p-tooltip') \ No newline at end of file