We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4450e7d commit bce05ceCopy full SHA for bce05ce
src/documentation/templates/page.js
@@ -240,7 +240,9 @@ const updateWidth = () => {
240
try {
241
dcmnt.querySelector('.main').style.width =(null);
242
dcmnt.querySelector('.main').style.width = `${dcmnt.querySelector('.main').offsetWidth - 10}px`
243
- } catch (err_) {}
+ } catch (err_) {
244
+ console.warn(err_)
245
+ }
246
}
247
};
248
updateMinHeight();updateWidth();
0 commit comments