From abbd75e17f630fbea007e305796cddd2e5684ea0 Mon Sep 17 00:00:00 2001 From: yo-goto <50942816+yo-goto@users.noreply.github.com> Date: Tue, 24 Aug 2021 00:36:53 +0900 Subject: [PATCH] newly build --- main.js | 14 ++------------ manifest.json | 2 +- styles.css | 2 +- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/main.js b/main.js index 0bc43d80..7d6f3af3 100644 --- a/main.js +++ b/main.js @@ -193,7 +193,7 @@ var CardViewModeSettingTab = /** @class */ (function (_super) { _this.plugin.refresh(); }; }); - // SLIDER + // SLIDER setting // new Setting(containerEl) // .setName('Diff Between Active & NonActive Cards') // .setDesc('Spcifiy Color difference between active & non active cards. Set 0 to diable "Attention pane"') @@ -347,7 +347,6 @@ var CardViewModePlugin = /** @class */ (function (_super) { _this.observeLeafWidth = function () { var cardTitleWidthList = document.querySelectorAll('.embedded-note-titles .CodeMirror-scroll>h1[id*="title-"]'); var paneLeafWidth = document.querySelectorAll('.CodeMirror-sizer .CodeMirror-lines>div[role="presentation"]'); - // コンストラクタとコールバック var resizeObserver = new ResizeObserver(function (entries) { for (var i = 0; i < entries.length; i++) { var entry = entries[i]; @@ -361,15 +360,6 @@ var CardViewModePlugin = /** @class */ (function (_super) { } }; return _this; - // fixifr = () => { - // // iframeタグのElementリストをifrObjsオブジェクトに取り込む - // var ifrObjs=document.getElementsByTagName("iframe"); - // // iframeタグが複数個ある場合、各iframeタグについて表示されるページの高さにiframeの高さを調整する - // for(let i=0; i