mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-05 00:08:06 +00:00
Remove final vestiges of undo/redo buttons
This commit is contained in:
@@ -136,12 +136,6 @@ SimpleEngine.prototype.createTextOperation = function() {
|
||||
return null;
|
||||
};
|
||||
|
||||
/*
|
||||
Execute a command
|
||||
*/
|
||||
SimpleEngine.prototype.execCommand = function() {
|
||||
};
|
||||
|
||||
/*
|
||||
Execute a text operation
|
||||
*/
|
||||
|
||||
@@ -292,13 +292,6 @@ function editTextWidgetFactory(toolbarEngine,nonToolbarEngine) {
|
||||
return !this.parentDomNode.dispatchEvent(newEvent);
|
||||
};
|
||||
|
||||
/*
|
||||
Execute the specified command on the current engine
|
||||
*/
|
||||
EditTextWidget.prototype.execCommand = function(command /*, <args> */) {
|
||||
this.engine.execCommand.apply(this.engine,Array.prototype.slice.call(arguments,0));
|
||||
};
|
||||
|
||||
return EditTextWidget;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user