Skip to content

Commit c935a19

Browse files
authored
Update ascii-tree-factory.qml
regression bug due to changing identifier
1 parent 7484da1 commit c935a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ascii-tree-factory/ascii-tree-factory.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Script {
1111

1212
function customActionInvoked(identifier) {
1313
switch (identifier) {
14-
case "asciiTree": {
14+
case "ascii-tree-factory": {
1515
var selection = script.noteTextEditSelectedText();
1616
// break selection strings at line ends
1717
var lines = selection.split("\n");

0 commit comments

Comments
 (0)