You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Override TextUndo::undo and redo so we can flag it to any routines that need to knowsubundo {
my ($self) = @_;
$self->SUPER::undo();
::errorcheckillosnupdateneeded();
}
subredo {
my ($self) = @_;
$self->SUPER::redo();
::errorcheckillosnupdateneeded();
}
Future windy could do something similar.
The text was updated successfully, but these errors were encountered:
Past windy wrote in GG1:
Future windy could do something similar.
The text was updated successfully, but these errors were encountered: