diff --git a/app/index.html b/app/index.html
index 3b1a0eb0..d54ba824 100644
--- a/app/index.html
+++ b/app/index.html
@@ -670,11 +670,9 @@
for help
-
No undo..
- yet!
- BUT
- You can unstyle
-
+ Undo & redo
+ Ctrl/⌘+Z
+ Ctrl/⌘+Shift+Z
diff --git a/rollup.config.mjs b/rollup.config.mjs
index 3bffc54a..0317062f 100644
--- a/rollup.config.mjs
+++ b/rollup.config.mjs
@@ -41,6 +41,7 @@ export default {
},
plugins,
watch: {
+ allowInputInsideOutputPath: true,
exclude: ['node_modules/**'],
}
}