renxxing
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
src/controllers/sheetBar.js
|
|
@ -71,7 +71,7 @@ function showsheetconfigmenu() { |
|
|
|
redo["oldcolor"] = oldcolor; |
|
|
|
redo["color"] = color; |
|
|
|
|
|
|
|
Store.jfundo = []; |
|
|
|
Store.jfundo.length = 0; |
|
|
|
Store.jfredo.push(redo); |
|
|
|
} |
|
|
|
} |
|
|
@ -96,7 +96,7 @@ function showsheetconfigmenu() { |
|
|
|
redo["oldcolor"] = oldcolor; |
|
|
|
redo["color"] = null; |
|
|
|
|
|
|
|
Store.jfundo = []; |
|
|
|
Store.jfundo.length = 0; |
|
|
|
Store.jfredo.push(redo); |
|
|
|
} |
|
|
|
}); |
|
|
@ -311,7 +311,7 @@ export function initialSheetBar(){ |
|
|
|
redo["oldtxt"] = oldtxt; |
|
|
|
redo["txt"] = txt; |
|
|
|
|
|
|
|
Store.jfundo = []; |
|
|
|
Store.jfundo.length = 0; |
|
|
|
Store.jfredo.push(redo); |
|
|
|
} |
|
|
|
}); |
|
|
@ -506,4 +506,4 @@ export function initialSheetBar(){ |
|
|
|
$("#luckysheet-input-box").removeAttr("style"); |
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|