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