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 6fb5e1a commit d4a04e1Copy full SHA for d4a04e1
main.js
@@ -4,7 +4,7 @@
4
* Compatible with plain JavaScript use (no bundler required).
5
*/
6
7
-module.exports = class SafeLearnPlugin extends Plugin {
+class SafeLearnPlugin extends Plugin {
8
async onload() {
9
console.log("✅ SafeLearn Plugin loaded");
10
this.registerEvent(this.app.workspace.on("layout-change", () => this.processAll()));
@@ -81,3 +81,5 @@ module.exports = class SafeLearnPlugin extends Plugin {
81
});
82
}
83
};
84
+
85
+module.exports = SafeLearnPlugin;
0 commit comments