Skip to content

Commit 313c3c0

Browse files
authored
Disabled the formatter (#766)
1 parent e0f5972 commit 313c3c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/PublicLab.Editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22475,7 +22475,7 @@ module.exports = function(textarea, _editor, _module) {
2247522475
);
2247622476
$(".wk-commands, .wk-switchboard").addClass("btn-group");
2247722477
$(".wk-commands button, .wk-switchboard button").addClass(
22478-
"btn btn-outline-secondary"
22478+
"btn btn-light"
2247922479
);
2248022480

2248122481
$(".wk-commands a.woofmark-command-insert").addClass("btn-light");

src/adapters/PublicLab.Woofmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ module.exports = function(textarea, _editor, _module) {
332332
);
333333
$(".wk-commands, .wk-switchboard").addClass("btn-group");
334334
$(".wk-commands button, .wk-switchboard button").addClass(
335-
"btn btn-outline-secondary"
335+
"btn btn-light"
336336
);
337337

338338
$(".wk-commands a.woofmark-command-insert").addClass("btn-light");

0 commit comments

Comments
 (0)