Merge pull request #21166 from Snuffleupagus/internal-viewer-fixes

A couple of `internal-viewer` fixes
This commit is contained in:
calixteman 2026-04-26 19:54:36 +02:00 committed by GitHub
commit 88609becf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,7 @@
* limitations under the License.
*/
@import url(../text_layer_builder.css);
@import url(canvas_context_details_view.css);
@import url(draw_ops_view.css);
@import url(font_view.css);

View File

@ -20,7 +20,6 @@ limitations under the License.
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>PDF.js — Debugging tools</title>
<link rel="stylesheet" href="debugger.css" />
<link rel="stylesheet" href="../text_layer_builder.css" />
</head>
<body>
<div id="header">

View File

@ -13,7 +13,7 @@
* limitations under the License.
*/
import { MathClamp } from "pdfjs/shared/math_clamp.js";
import { MathClamp } from "pdfjs-lib";
/**
* Wraps two elements with a drag-to-resize handle between them.