mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-13 10:50:27 +00:00
Wikitext command is actually synchronous
This commit is contained in:
parent
8b154231d3
commit
6f64608f62
@ -13,7 +13,7 @@ wikitest command
|
|||||||
|
|
||||||
exports.info = {
|
exports.info = {
|
||||||
name: "wikitest",
|
name: "wikitest",
|
||||||
synchronous: false
|
synchronous: true
|
||||||
};
|
};
|
||||||
|
|
||||||
var Command = function(params,commander) {
|
var Command = function(params,commander) {
|
||||||
|
Loading…
Reference in New Issue
Block a user