mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-03 08:13:14 +08:00
Made settings ui a little less jumpy
This commit is contained in:
@ -15,7 +15,7 @@ module.exports = function (ngApp, events) {
|
||||
*/
|
||||
ngApp.directive('toggleSwitch', function () {
|
||||
return {
|
||||
restrict: 'E',
|
||||
restrict: 'A',
|
||||
template: toggleSwitchTemplate,
|
||||
scope: true,
|
||||
link: function (scope, element, attrs) {
|
||||
|
Reference in New Issue
Block a user