Skip to content

Commit 59be7a2

Browse files
committed
fix
1 parent f5a0484 commit 59be7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/editor/src/lib/Workspace.svelte.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ export class Workspace {
473473

474474
set tailwind(value) {
475475
this.#tailwind = value;
476-
this.#onreset(this.#files);
476+
this.#onupdate(this.#current);
477477
}
478478

479479
get vim() {

0 commit comments

Comments
 (0)